On Tue, Feb 11, 2014 at 10:36:54AM -0800, fleon wrote: > I have this in my main.cf (note: i didn't set this up, my guess is that > debian itself did, or maybe when i installed libsasl2-modules, but i don't > think so) > > smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem > smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key > smtpd_use_tls = yes > smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
Server-side TLS enabled. Use "smtpd_tls_security_level = may" instead of the obsolete "smtpd_use_tls = yes". > smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache Client-side TLS is not enabled. Enable client-side TLS: smtp_tls_security_level = may > What am i missing to enable TLS properly and then be able to use AUTH LOGIN? See above. -- Viktor.