On 4/12/2011 11:30 AM, Fabien COMBERNOUS wrote:
http://www.postfix.org/TLS_README.html#client_tls_levels
# main.cf
smtp_tls_security_level = may
It is what i did :
smtp_tls_security_level = may
smtp_tls_session_cache_database =
btree:/var/spool/postfix/tls/smtp_session_cache
Now i get this message :
postfix/smtp[3372]: certificate verification failed for
smtp.gmail.com[209.85.227.109]:587: untrusted issuer
/C=US/O=Equifax/OU=Equifax Secure Certificate Authority
I'm pretty surprised.
You're missing the Equifax root certificate. But this is just
a warning, and won't prevent it from working.
-- Noel Jones