Fixed recipient restrictions

Fixes #237 - the ```-o smtpd_helo_restrictions=``` overrides the config in ```main.cf``` and causes Postfix to reject mail from some clients
This commit is contained in:
Nicholas Bush
2018-09-14 16:50:48 +01:00
committed by GitHub
parent 73f0f332cc
commit 61bac8e12d

View File

@@ -25,7 +25,6 @@ submission inet n - - - - smtpd
-o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_helo_restrictions= -o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=reject_sender_login_mismatch -o smtpd_sender_restrictions=reject_sender_login_mismatch
-o smtpd_recipient_restrictions=
-o milter_macro_daemon_name=ORIGINATING -o milter_macro_daemon_name=ORIGINATING
%{amavis_enabled} -o smtpd_proxy_filter=inet:[127.0.0.1]:10026 %{amavis_enabled} -o smtpd_proxy_filter=inet:[127.0.0.1]:10026
#smtps inet n - - - - smtpd #smtps inet n - - - - smtpd