Create smtpd_pre.conf
This commit is contained in:
parent
12a20c7ee7
commit
cf9b645030
1 changed files with 14 additions and 0 deletions
14
ubuntu/opensmtpd/smtpd_pre.conf
Normal file
14
ubuntu/opensmtpd/smtpd_pre.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
listen on 0.0.0.0
|
||||
listen on ::
|
||||
|
||||
table aliases file:/etc/smtpd/aliases
|
||||
|
||||
queue ttl 4d
|
||||
bounce warn-interval 1h, 6h, 2d
|
||||
|
||||
smtp max-message-size 35M
|
||||
|
||||
table authinfo db:/etc/smtpd/authinfo.db
|
||||
action default relay host "smtps://user@mailhost.neurotec.uni-bremen.de:465" auth <authinfo> tls no-verify
|
||||
match from any for any action default
|
||||
|
Loading…
Reference in a new issue