Author: bluca Date: Sat Feb 17 12:10:02 2007 New Revision: 122086 Modified: packages/cooker/postfix/current/SOURCES/postfix-2.3.2-mdkconfig.patch
Log: - disable additional restrictions in filter reinjection service (#28632) Modified: packages/cooker/postfix/current/SOURCES/postfix-2.3.2-mdkconfig.patch ============================================================================== --- packages/cooker/postfix/current/SOURCES/postfix-2.3.2-mdkconfig.patch (original) +++ packages/cooker/postfix/current/SOURCES/postfix-2.3.2-mdkconfig.patch Sat Feb 17 12:10:02 2007 @@ -167,6 +167,9 @@ + -o smtpd_client_restrictions=permit_mynetworks,reject + -o smtpd_helo_restrictions= + -o smtpd_sender_restrictions= ++ -o smtpd_end_of_data_restrictions= ++ -o smtpd_etrn_restrictions= ++ -o smtpd_data_restrictions= + -o smtpd_delay_reject=no + -o smtpd_recipient_restrictions=permit_mynetworks,reject + -o mynetworks=127.0.0.0/8
