diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-15 23:54:53 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:28 +0200 |
commit | de0914bf8105fa8c281a326e6e3e4e3f211bb0f3 (patch) | |
tree | 6f6ae82ecbb46d6e032944ee1efb765c2649fed1 /roles/MSA/templates | |
parent | e4c74a8f95ea5a77e4d65b9b0952ff48a0564161 (diff) |
wibble
Diffstat (limited to 'roles/MSA/templates')
-rw-r--r-- | roles/MSA/templates/etc/postfix/main.cf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2 index b182f9e..42b9aca 100644 --- a/roles/MSA/templates/etc/postfix/main.cf.j2 +++ b/roles/MSA/templates/etc/postfix/main.cf.j2 @@ -99,20 +99,23 @@ unknown_client_reject_code = 554 smtpd_client_restrictions = permit_sasl_authenticated reject smtpd_helo_required = yes smtpd_helo_restrictions = 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 permit_sasl_authenticated reject_unauth_destination + +smtpd_data_restrictions = + reject_unauth_pipelining |