<div ><div>
<p dir="auto">Note: This message is mainly for anyone (like myself) googling this thread in the future.</p>

<p dir="auto">On 16 Sep 2015, at 10:52, Benny Kjær Nielsen wrote:</p>

<blockquote style="border-left-color: #136BCE; border-left-style: solid; border-left-width: 2px; color: #136BCE; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">On 21 Aug 2015, at 8:30, Benny Kjær Nielsen wrote:</p>

<blockquote style="border-left-color: #4B89CF; border-left-style: solid; border-left-width: 2px; color: #4B89CF; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">On 21 Aug 2015, at 5:11, Bill Cole wrote:</p>

<blockquote style="border-left-color: #4B89CF; border-left-style: solid; border-left-width: 2px; color: #4B89CF; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">Wait... What?! REALLY? There are servers answering on port 465 with a plaintext SMTP banner? That is irredeemably broken. I could understand trying to tighten up port 465 by disabling SSLv2 and SSLv3 specifically (maybe even TLSv1.0) and weak ciphers, but configuring it like it's port 587 is beyond the pale.</p>
</blockquote>

<p dir="auto">Now you made me question my own sanity :-) With the help of MailMate I found the email thread which is the basis of my claim. A user couldn't make MailMate work with port 465 and I found out that his server used STARTTLS. I introduced code to handle this and then it worked for him. Unfortunately, this server is no longer responding (<code>mail.fbi.h-da.de</code>) so there is no smoking gun. (This was more than 4 years ago.)</p>
</blockquote>

<p dir="auto">For the record (and my sanity), here is a smoking gun: <code>west.exch022.serverdata.net</code> on port 465.</p>

<p dir="auto">[...]</p>

<p dir="auto">In the next update of MailMate I've reintroduced (better) code for automatically handling this special case.</p>
</blockquote>

<p dir="auto">Based on an error report related to the latest release of MailMate I now know that I cannot even trust the standard ports. The following is an example of port 587 configured without plain text mode (STARTTLS style).</p>

<p dir="auto">This doesn't work:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>telnet securemail.webnames.ca 587
</code></pre>

<p dir="auto">But this does:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>openssl s_client -crlf -connect securemail.webnames.ca:587
</code></pre>

<p dir="auto">-- <br>
Benny</p>

</div></div>