mua_helo_restrictions Outlook compat
This commit is contained in:
parent
d1bd92e6cc
commit
7e057ff0e9
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
|
||||||
smtpd_restriction_classes = mua_sender_restrictions, mua_client_restrictions, mua_helo_restrictions
|
smtpd_restriction_classes = mua_sender_restrictions, mua_client_restrictions, mua_helo_restrictions
|
||||||
mua_client_restrictions = permit_sasl_authenticated, reject
|
mua_client_restrictions = permit_sasl_authenticated, reject
|
||||||
mua_sender_restrictions = permit_sasl_authenticated, reject
|
mua_sender_restrictions = permit_sasl_authenticated, reject
|
||||||
mua_helo_restrictions = permit_mynetworks, reject_non_fqdn_hostname, reject_invalid_hostname, permit
|
## MS Outlook, incompatible with reject_non_fqdn_hostname and/or reject_invalid_hostname
|
||||||
|
mua_helo_restrictions = permit_mynetworks, permit
|
||||||
|
|
||||||
smtpd_milters = inet:localhost:8891 inet:127.0.0.1:11332
|
smtpd_milters = inet:localhost:8891 inet:127.0.0.1:11332
|
||||||
non_smtpd_milters = inet:localhost:8891 inet:127.0.0.1:11332
|
non_smtpd_milters = inet:localhost:8891 inet:127.0.0.1:11332
|
||||||
|
|
Loading…
Reference in a new issue