Hi,
is there a way to force SSL for all emails in Postfix? The present config is below, but I can still setup and use a non-SSL email:
# authentication
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
Any help is appreciated.