Trying more permissive reinjection
This commit is contained in:
parent
d8b24fbc55
commit
1199b08e22
@ -43,9 +43,9 @@ function add_amavis () {
|
|||||||
echo " -o relay_recipient_maps=" >> $POSTFIX_MASTER_CF
|
echo " -o relay_recipient_maps=" >> $POSTFIX_MASTER_CF
|
||||||
echo " -o smtpd_restriction_classes=" >> $POSTFIX_MASTER_CF
|
echo " -o smtpd_restriction_classes=" >> $POSTFIX_MASTER_CF
|
||||||
echo " -o smtpd_delay_reject=no" >> $POSTFIX_MASTER_CF
|
echo " -o smtpd_delay_reject=no" >> $POSTFIX_MASTER_CF
|
||||||
echo " -o smtpd_client_restrictions=permit_mynetworks,reject" >> $POSTFIX_MASTER_CF
|
echo " -o smtpd_client_restrictions=" >> $POSTFIX_MASTER_CF
|
||||||
echo " -o smtpd_helo_restrictions=" >> $POSTFIX_MASTER_CF
|
echo " -o smtpd_helo_restrictions=" >> $POSTFIX_MASTER_CF
|
||||||
echo " -o smtpd_sender_restrictions=permit_mynetworks,reject" >> $POSTFIX_MASTER_CF
|
echo " -o smtpd_sender_restrictions=" >> $POSTFIX_MASTER_CF
|
||||||
echo " -o smtpd_recipient_restrictions=permit_mynetworks,reject" >> $POSTFIX_MASTER_CF
|
echo " -o smtpd_recipient_restrictions=permit_mynetworks,reject" >> $POSTFIX_MASTER_CF
|
||||||
echo " -o smtpd_data_restrictions=reject_unauth_pipelining" >> $POSTFIX_MASTER_CF
|
echo " -o smtpd_data_restrictions=reject_unauth_pipelining" >> $POSTFIX_MASTER_CF
|
||||||
echo " -o smtpd_end_of_data_restrictions=" >> $POSTFIX_MASTER_CF
|
echo " -o smtpd_end_of_data_restrictions=" >> $POSTFIX_MASTER_CF
|
||||||
|
Loading…
Reference in New Issue
Block a user