Hi All; If I set smtpd_sasl_security_options = CRAM-MD5 instead of noanonymous, then what will happen in this case?
And if I used: smtpd_use_tls = yes and did not use certificate, then they password will be sent encrypted or not? Also, what if I used this also? smtpd_tls_auth_only = yes Is it possible to set all togethor? How it will work in this case: smtpd_sasl_security_options = noanonymous smtpd_use_tls = yes smtpd_tls_auth_only = yes Or: smtpd_sasl_security_options = CRAM-MD5 smtpd_use_tls = yes smtpd_tls_auth_only = yes Regards Bilal