Add opendkim support to the postfix main.cf config
This commit is contained in:
parent
c9e6a83bdb
commit
1dd4d266e2
1 changed files with 5 additions and 0 deletions
|
@ -44,3 +44,8 @@ smtpd_sasl_security_options = noanonymous
|
||||||
smtpd_sasl_local_domain = $myhostname
|
smtpd_sasl_local_domain = $myhostname
|
||||||
smtpd_relay_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
|
smtpd_relay_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
|
||||||
smtpd_sender_restrictions = permit_sasl_authenticated,permit_mynetworks
|
smtpd_sender_restrictions = permit_sasl_authenticated,permit_mynetworks
|
||||||
|
|
||||||
|
non_smtpd_milters=inet:127.0.0.1:8891
|
||||||
|
smtpd_milters=inet:127.0.0.1:8891
|
||||||
|
|
||||||
|
import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C RESOLV_MULTI=on
|
||||||
|
|
Loading…
Reference in a new issue