Todd wrote:
> Todd wrote:
>> Mike Easter wrote:
>>> Todd wrote:
>>>
>>>> The connection just times out.
>>> openssl s_client -crlf -connect
smtp.zoho.com:465 -starttls smtp
>>>
>>> That gives me a connect, but I'm not seeing all the certificate stuff,
>>> so I would need to tweak it somehow.
>>>
>>> If I use the same syntax at live, I get the whole enchilada
Then I tweaked it ...
> I can get the whole enchilada at zoho with:
>
... by dropping the '-starttls smtp' which worked OK for live
> Okay. I figured it out. I commented out "-S smtp-use-starttls".
> Go figure.
Excellent. Thanks for the followup.
So different secure servers want a different protocol for that starttls
business and mailx/nail has its own use-starttls syntax for handling
that difference.
Here's some mailx documentation of the server difference/s 'problem'.
http://heirloom.sourceforge.net/mailx/mailx.1.html
smtp-use-starttls
Causes mailx to issue a STARTTLS command to make an SMTP session SSL/TLS
encrypted. Not all servers support this command; because of common
implementation defects, it cannot be automatically determined whether a
server supports it or not.
--
Mike Easter