Michael Grimm via Postfix-users <[email protected]> wrote:
>>> #) Disallow relaying except for SALS authenticated users: >>> smtpd_relay_restrictions = >>> permit_sasl_authenticated >>> reject_unauth_destination >> >> If enforced globally (in main.cf without master.cf overrides >> that say otherwise), that will work as expected. > > It is enforced globally. In master.cf I do have the identical restriction: > > submission inet n - n - - smtpd > -o syslog_name=postfix/submission > -o smtpd_tls_security_level=encrypt > -o smtpd_tls_chain_files=/usr/local/etc/certs/mail/ECC.pem > -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 Correction: not identical restrictions. What I wanted to say is: there is no overwriting of smtpd_relay_restrictions in submission. Regards, Michael _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
