Hello list, I have a question regarding the configuration of postscreen. In my current master.cf file I have not allowed SASL authentication for SMTP:
smtp inet n - y - - smtpd -o smtpd_sasl_auth_enable=no To activate postscreen in the master.cf file I added the following passage: smtp inet n - y - 1 postscreen smtpd pass - - y - - smtpd dnsblog unix - - y - 0 dnsblog tlsproxy unix - - y - 0 tlsproxy I commented out the upper part that prohibits SASL authentication for SMTP. Postscreen also works so far, the question remains whether the option line that prohibits SMTP authentication can also be set for postscreen? The configuration in main.cf does not need to be considered here, I think. Like this: smtp inet n - y - 1 postscreen -o smtpd_sasl_auth_enable=no smtpd pass - - y - - smtpd dnsblog unix - - y - 0 dnsblog tlsproxy unix - - y - 0 tlsproxy _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org