On 11/19/2013 7:50 AM, bitozoid wrote:
I'm getting a TLS timeout (4.4.2) when connecting to the smarthost
(port 465). If I try with no TLS (port 25) it connects and sends
emails.
I can successfully connect with 'openssl s_client ...' and this way it
says there is a 300 seconds timeout (same as in the log below).
The smtp client process does not have support for the deprecated smtps
protocol (465) you are trying to use.
See if your smarthost supports TLS over submission (port 587) or use an
stunnel as documented here:
http://www.postfix.org/TLS_README.html#client_smtps
Brian