Package: postfix Version: 2.5.5-1.1 Severity: minor Tags: patch
The attached patch for example submission entry works as intended for the submission port: any recipient is allowed for authenticated submission via port 587.
Regards, Ognyan Kulev
--- master.cf.orig 2009-08-31 19:34:28.000000000 +0300 +++ master.cf 2009-08-31 19:34:39.000000000 +0300 @@ -13,6 +13,7 @@ # -o smtpd_tls_security_level=encrypt # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated,reject +# -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject # -o milter_macro_daemon_name=ORIGINATING #smtps inet n - - - - smtpd # -o smtpd_tls_wrappermode=yes

