On 1/19/2018 3:21 PM, J Doe wrote: > > /etc/postfix/main.cf > smtpd_sasl_security_options = noanonymous, noplaintext > smtpd_sasl_tls_security_options = noanonymous > smtpd_tls_auth_only = yes
Typically one would put all three lines above in main.cf. Although the non-tls smtpd_sasl_security_options won't really be used as long as smtpd_tls_auth_only=yes, it's not unreasonable to include it as a safety. -- Noel Jones
