smtprelay: add smtps listener
This commit is contained in:
parent
5d1e1f0546
commit
25531ec8dc
3 changed files with 17 additions and 11 deletions
|
|
@ -5,6 +5,7 @@ table creds file:/etc/smtpd/creds
|
|||
|
||||
filter "dkimsign" proc-exec "filter-dkimsign -d abzw.de -d codehal.de -s lok01 -k /etc/smtpd/dkim_rsa4096.key" user dkimsign group dkimsign
|
||||
|
||||
listen on eth0 port 465 smtps pki smtprelay.abzw.de auth <creds>
|
||||
listen on eth0 port 587 tls-require pki smtprelay.abzw.de auth <creds>
|
||||
listen on 127.0.0.1 port 10027 tag DKIM_SIGNED filter "dkimsign"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue