Hi, How to configure Postfix to reject unencrypted connections?
Will the following do the job? smtp_tls_security_level = encrypt smtpd_tls_security_level = encrypt smtp_tls_mandatory_protocols = TLSv1 Should I enable "smtpd_tls_auth_only = yes" and "smtp_tls_policy_maps" along with the above commands? Could you elaborate on "verify", "secure", and "smtp_tls_policy_maps"? [1] [1] http://www.postfix.org/postconf.5.html