diff options
Diffstat (limited to 'roles/MX/templates/etc')
-rw-r--r-- | roles/MX/templates/etc/postfix/main.cf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/MX/templates/etc/postfix/main.cf.j2 b/roles/MX/templates/etc/postfix/main.cf.j2 index 4d8e53e..8785c5a 100644 --- a/roles/MX/templates/etc/postfix/main.cf.j2 +++ b/roles/MX/templates/etc/postfix/main.cf.j2 @@ -133,20 +133,22 @@ smtpd_client_restrictions = smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks reject_non_fqdn_helo_hostname reject_invalid_helo_hostname smtpd_sender_restrictions = reject_non_fqdn_sender reject_unknown_sender_domain smtpd_recipient_restrictions = # RFC requirements reject_non_fqdn_recipient reject_unknown_recipient_domain permit_mynetworks reject_unauth_destination check_policy_service unix:private/postgrey smtpd_data_restrictions = reject_unauth_pipelining + +# vim: set filetype=pfmain : |