On 25/05/24 00:17, Northwind via Postfix-users wrote:
so, in main.cf: smtpd_sasl_auth_enable=no
Yes, although the setting is redundant here since it defaults to no anyways it's fine to explicitly state it if you want.
then in master.cf: submission inet n - y - - smtpd -o smtpd_sasl_auth_enable=yes
Correct.
Am I right? does this disable sasl_auth for port 25, but still authorize users on port 587/465?
submission is port 587 explicitly, so it will not enable auth for port 465. If you want to enable auth for port 465 you should add it to the submissions (or may be smtps) section as well.
Peter _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org