diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-24 11:48:22 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-24 11:48:22 +0000 |
commit | 948b780dac8ed4afe3683db0d7242d9006b4313b (patch) | |
tree | 128ccf88f13bde658db38522df02691ebb44442a /modules/postfix/templates | |
parent | a76d80c9bb7eb94c5b912e557e2c6f3e029a587e (diff) | |
download | puppet-948b780dac8ed4afe3683db0d7242d9006b4313b.tar puppet-948b780dac8ed4afe3683db0d7242d9006b4313b.tar.gz puppet-948b780dac8ed4afe3683db0d7242d9006b4313b.tar.bz2 puppet-948b780dac8ed4afe3683db0d7242d9006b4313b.tar.xz puppet-948b780dac8ed4afe3683db0d7242d9006b4313b.zip |
relax the pipelining check, as some process ( likely sympa ) use pipelining ( "improper command pipelining after MAIL from" )
Diffstat (limited to 'modules/postfix/templates')
-rw-r--r-- | modules/postfix/templates/main.cf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index c4f642db..8b952bcc 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -94,7 +94,8 @@ smtpd_etrn_restrictions = reject smtpd_helo_required = yes -smtpd_data_restrictions = reject_unauth_pipelining +smtpd_data_restrictions = permit_mynetworks + reject_unauth_pipelining reject_multi_recipient_bounce smtpd_recipient_restrictions = reject_non_fqdn_recipient |