diff --git a/roles/postfix/defaults/main.yaml b/roles/postfix/defaults/main.yaml index defd36e..b68cc1d 100644 --- a/roles/postfix/defaults/main.yaml +++ b/roles/postfix/defaults/main.yaml @@ -78,6 +78,7 @@ postfix_default_values: smtpd_helo_required = yes #smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unknown_sender_domain, reject_invalid_helo_hostname, reject_unauth_destination smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_unauth_destination + smtpd_discard_ehlo_keywords = '' # SASL auth with dovecot options smtpd_sasl_auth_enable = yes