Le 24/05/2024 à 14:17, Northwind via Postfix-users a écrit :
so, in main.cf:
smtpd_sasl_auth_enable=no

then in master.cf:

submission inet n       -       y       -       -       smtpd
  -o smtpd_sasl_auth_enable=yes


Am I right? does this disable sasl_auth for port 25, but still authorize users on port 587/465?

Thanks a lot.

This disables it on port 25 ans enables it on 587. If you want to enable it on 465 you need on master.cf a second definition for submissions (notice the s as las letter)

submissions inet n       -       y       -       -       smtpd
  -o smtpd_sasl_auth_enable=yes

--
Erwan David

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to