From 948b780dac8ed4afe3683db0d7242d9006b4313b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 24 Mar 2011 11:48:22 +0000 Subject: relax the pipelining check, as some process ( likely sympa ) use pipelining ( "improper command pipelining after MAIL from" ) --- modules/postfix/templates/main.cf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.1