I can not send Mails using SMTP with SSL to AOL. (AOL provide SSL) Here is the session log:
--- Fri, 12 Mar 2010 22:28:09 ---
Connect to 'smtp.de.aol.com' port 587, timeout 30.
22:28:09.921 [*] Connection established to xxxxxxxxxxx
22:28:10.562 >> 0082 220-mtaout-ma02.r1000.mx.aol.com ESMTP WebSuites/MUA Thirdparty client Interface\0D\0A
22:28:10.562 >> 0045 220-AOL and its affiliated companies do not\0D\0A
22:28:10.562 >> 0065 220-authorize the use of its proprietary computers and computer\0D\0A
22:28:10.562 >> 0066 220-networks to accept, transmit, or distribute unsolicited bulk\0D\0A
22:28:10.562 >> 0036 220-e-mail sent from the internet.\0D\0A
22:28:10.562 >> 0028 220-Effective immediately:\0D\0A
22:28:10.562 >> 0060 220-AOL may no longer accept connections from IP addresses\0D\0A
22:28:10.562 >> 0049 220 which no reverse-DNS (PTR record) assigned.\0D\0A
22:28:10.562 << 0022 EHLO [xxxxxxxxx]\0D\0A
22:28:10.703 >> 0034 250-mtaout-ma02.r1000.mx.aol.com\0D\0A
22:28:10.703 >> 0016 250-PIPELINING\0D\0A
22:28:10.703 >> 0019 250-SIZE 36700160\0D\0A
22:28:10.703 >> 0010 250-ETRN\0D\0A
22:28:10.703 >> 0014 250-STARTTLS\0D\0A
22:28:10.703 >> 0034 250-AUTH PLAIN XAOL-UAS-MB LOGIN\0D\0A
22:28:10.703 >> 0034 250-AUTH=PLAIN XAOL-UAS-MB LOGIN\0D\0A
22:28:10.703 >> 0025 250-ENHANCEDSTATUSCODES\0D\0A
22:28:10.703 >> 0014 250-8BITMIME\0D\0A
22:28:10.703 >> 0009 250 DSN\0D\0A
22:28:10.703 << 0010 STARTTLS\0D\0A
22:28:10.843 >> 0030 220 2.0.0 Ready to start TLS\0D\0A
22:28:10.140 [*] SSL/TLS session established: 3DES, CBC mode, keysize 192 bits
22:28:10.140 [*] Certificate user is cn=smtp.aol.com, ou=Communications Services, o=AOL LLC, l=Dulles, sp=Virginia, c=US
22:28:10.140 [*] Certificate is valid from Tue Apr 28 19:15:17 2009 to Thu Apr 28 19:15:17 2011
22:28:10.140 [*] Certificate fingerprint is 26E216A1D7BEF0946C8EB1B12BAE46FE
22:28:10.140 << 0022 EHLO [xxxxxxxxxx]\0D\0A
22:28:10.296 >> 0034 250-mtaout-ma02.r1000.mx.aol.com\0D\0A
22:28:10.296 >> 0016 250-PIPELINING\0D\0A
22:28:10.296 >> 0019 250-SIZE 36700160\0D\0A
22:28:10.296 >> 0010 250-ETRN\0D\0A
22:28:10.296 >> 0034 250-AUTH PLAIN XAOL-UAS-MB LOGIN\0D\0A
22:28:10.296 >> 0034 250-AUTH=PLAIN XAOL-UAS-MB LOGIN\0D\0A
22:28:10.296 >> 0025 250-ENHANCEDSTATUSCODES\0D\0A
22:28:10.296 >> 0014 250-8BITMIME\0D\0A
22:28:10.296 >> 0009 250 DSN\0D\0A
22:28:10.296 << 0012 AUTH LOGIN\0D\0A
22:28:10.437 >> 0018 334 xxxxxx\0D\0A
22:28:10.437 << 0018 xxxxxxx\0D\0A
22:28:11.578 >> 0018 334 xxxxxxxx\0D\0A
22:28:11.578 << 0022 xxxxxxxxxx=\0D\0A
22:28:11.796 >> 0064 535 5.7.8 Error: authentication failed: authentication failure\0D\0A
22:28:14.421 << 0006 QUIT\0D\0A
22:28:14.421 24: SSL flush error -24 (locus 0, type 0, code 0, 'No data was read because the remote system closed the connection (recv() == 0)')
The same Mail only with unchecked SSL works:
--- Fri, 12 Mar 2010 22:29:57 ---
Connect to 'smtp.de.aol.com' port 587, timeout 30.
22:29:57.453 [*] Connection established to xxxxxxxxxx
22:29:58.093 >> 0082 220-mtaout-db05.r1000.mx.aol.com ESMTP WebSuites/MUA Thirdparty client Interface\0D\0A
22:29:58.093 >> 0045 220-AOL and its affiliated companies do not\0D\0A
22:29:58.093 >> 0065 220-authorize the use of its proprietary computers and computer\0D\0A
22:29:58.093 >> 0066 220-networks to accept, transmit, or distribute unsolicited bulk\0D\0A
22:29:58.093 >> 0036 220-e-mail sent from the internet.\0D\0A
22:29:58.093 >> 0028 220-Effective immediately:\0D\0A
22:29:58.093 >> 0060 220-AOL may no longer accept connections from IP addresses\0D\0A
22:29:58.093 >> 0049 220 which no reverse-DNS (PTR record) assigned.\0D\0A
22:29:58.093 << 0022 EHLO [xxxxxxxxxx]\0D\0A
22:29:58.234 >> 0034 250-mtaout-db05.r1000.mx.aol.com\0D\0A
22:29:58.234 >> 0016 250-PIPELINING\0D\0A
22:29:58.234 >> 0019 250-SIZE 36700160\0D\0A
22:29:58.234 >> 0010 250-ETRN\0D\0A
22:29:58.234 >> 0014 250-STARTTLS\0D\0A
22:29:58.234 >> 0034 250-AUTH XAOL-UAS-MB PLAIN LOGIN\0D\0A
22:29:58.234 >> 0034 250-AUTH=XAOL-UAS-MB PLAIN LOGIN\0D\0A
22:29:58.234 >> 0025 250-ENHANCEDSTATUSCODES\0D\0A
22:29:58.234 >> 0014 250-8BITMIME\0D\0A
22:29:58.234 >> 0009 250 DSN\0D\0A
22:29:58.250 << 0012 AUTH LOGIN\0D\0A
22:29:58.375 >> 0018 334 xxxxxxxxxx\0D\0A
22:29:58.375 << 0018 xxxxxxxxxx\0D\0A
22:29:58.515 >> 0018 334 xxxxxxxxxxx\0D\0A
22:29:58.515 << 0022 xxxxxxxxxxxxx\0D\0A
22:29:59.687 >> 0037 235 2.7.0 Authentication successful\0D\0A
What means:
SSL flush error -24 (locus 0, type 0, code 0, 'No data was read because the remote system closed the connection (recv() == 0)')
Thanks
<P>I can not send Mails&nbsp;using SMTP&nbsp;with SSL to AOL. (AOL provide SSL) Here is the session log:</P>
<P>--- Fri, 12 Mar 2010 22:28:09 ---
Connect to 'smtp.de.aol.com' port 587, timeout 30.
22:28:09.921 [*] Connection established to xxxxxxxxxxx
22:28:10.562 &gt;&gt; 0082 220-mtaout-ma02.r1000.mx.aol.com ESMTP WebSuites/MUA Thirdparty client Interface\0D\0A
22:28:10.562 &gt;&gt; 0045 220-AOL and its affiliated companies do not\0D\0A
22:28:10.562 &gt;&gt; 0065 220-authorize the use of its proprietary computers and computer\0D\0A
22:28:10.562 &gt;&gt; 0066 220-networks to accept, transmit, or distribute unsolicited bulk\0D\0A
22:28:10.562 &gt;&gt; 0036 220-e-mail sent from the internet.\0D\0A
22:28:10.562 &gt;&gt; 0028 220-Effective immediately:\0D\0A
22:28:10.562 &gt;&gt; 0060 220-AOL may no longer accept connections from IP addresses\0D\0A
22:28:10.562 &gt;&gt; 0049 220 which no reverse-DNS (PTR record) assigned.\0D\0A
22:28:10.562 &lt;&lt; 0022 EHLO [xxxxxxxxx]\0D\0A
22:28:10.703 &gt;&gt; 0034 250-mtaout-ma02.r1000.mx.aol.com\0D\0A
22:28:10.703 &gt;&gt; 0016 250-PIPELINING\0D\0A
22:28:10.703 &gt;&gt; 0019 250-SIZE 36700160\0D\0A
22:28:10.703 &gt;&gt; 0010 250-ETRN\0D\0A
22:28:10.703 &gt;&gt; 0014 250-STARTTLS\0D\0A
22:28:10.703 &gt;&gt; 0034 250-AUTH PLAIN XAOL-UAS-MB LOGIN\0D\0A
22:28:10.703 &gt;&gt; 0034 250-AUTH=PLAIN XAOL-UAS-MB LOGIN\0D\0A
22:28:10.703 &gt;&gt; 0025 250-ENHANCEDSTATUSCODES\0D\0A
22:28:10.703 &gt;&gt; 0014 250-8BITMIME\0D\0A
22:28:10.703 &gt;&gt; 0009 250 DSN\0D\0A
22:28:10.703 &lt;&lt; 0010 STARTTLS\0D\0A
22:28:10.843 &gt;&gt; 0030 220 2.0.0 Ready to start TLS\0D\0A
22:28:10.140 [*] SSL/TLS session established: 3DES, CBC mode, keysize 192 bits
22:28:10.140 [*] Certificate user is cn=smtp.aol.com, ou=Communications Services, o=AOL LLC, l=Dulles, sp=Virginia, c=US
22:28:10.140 [*] Certificate is valid from Tue Apr 28 19:15:17 2009 to Thu Apr 28 19:15:17 2011
22:28:10.140 [*] Certificate fingerprint is 26E216A1D7BEF0946C8EB1B12BAE46FE
22:28:10.140 &lt;&lt; 0022 EHLO [xxxxxxxxxx]\0D\0A
22:28:10.296 &gt;&gt; 0034 250-mtaout-ma02.r1000.mx.aol.com\0D\0A
22:28:10.296 &gt;&gt; 0016 250-PIPELINING\0D\0A
22:28:10.296 &gt;&gt; 0019 250-SIZE 36700160\0D\0A
22:28:10.296 &gt;&gt; 0010 250-ETRN\0D\0A
22:28:10.296 &gt;&gt; 0034 250-AUTH PLAIN XAOL-UAS-MB LOGIN\0D\0A
22:28:10.296 &gt;&gt; 0034 250-AUTH=PLAIN XAOL-UAS-MB LOGIN\0D\0A
22:28:10.296 &gt;&gt; 0025 250-ENHANCEDSTATUSCODES\0D\0A
22:28:10.296 &gt;&gt; 0014 250-8BITMIME\0D\0A
22:28:10.296 &gt;&gt; 0009 250 DSN\0D\0A
22:28:10.296 &lt;&lt; 0012 AUTH LOGIN\0D\0A
22:28:10.437 &gt;&gt; 0018 334 xxxxxx\0D\0A
22:28:10.437 &lt;&lt; 0018 xxxxxxx\0D\0A
22:28:11.578 &gt;&gt; 0018 334 xxxxxxxx\0D\0A
22:28:11.578 &lt;&lt; 0022 xxxxxxxxxx=\0D\0A
22:28:11.796 &gt;&gt; 0064 535 5.7.8 Error: authentication failed: authentication failure\0D\0A
22:28:14.421 &lt;&lt; 0006 QUIT\0D\0A
22:28:14.421 24: SSL flush error -24 (locus 0, type 0, code 0, 'No data was read because the remote system closed the connection (recv() == 0)')</P>
<P>The same Mail&nbsp;only with&nbsp;unchecked SSL works: </P>
<P>--- Fri, 12 Mar 2010 22:29:57 ---
Connect to 'smtp.de.aol.com' port 587, timeout 30.
22:29:57.453 [*] Connection established to xxxxxxxxxx
22:29:58.093 &gt;&gt; 0082 220-mtaout-db05.r1000.mx.aol.com ESMTP WebSuites/MUA Thirdparty client Interface\0D\0A
22:29:58.093 &gt;&gt; 0045 220-AOL and its affiliated companies do not\0D\0A
22:29:58.093 &gt;&gt; 0065 220-authorize the use of its proprietary computers and computer\0D\0A
22:29:58.093 &gt;&gt; 0066 220-networks to accept, transmit, or distribute unsolicited bulk\0D\0A
22:29:58.093 &gt;&gt; 0036 220-e-mail sent from the internet.\0D\0A
22:29:58.093 &gt;&gt; 0028 220-Effective immediately:\0D\0A
22:29:58.093 &gt;&gt; 0060 220-AOL may no longer accept connections from IP addresses\0D\0A
22:29:58.093 &gt;&gt; 0049 220 which no reverse-DNS (PTR record) assigned.\0D\0A
22:29:58.093 &lt;&lt; 0022 EHLO [xxxxxxxxxx]\0D\0A
22:29:58.234 &gt;&gt; 0034 250-mtaout-db05.r1000.mx.aol.com\0D\0A
22:29:58.234 &gt;&gt; 0016 250-PIPELINING\0D\0A
22:29:58.234 &gt;&gt; 0019 250-SIZE 36700160\0D\0A
22:29:58.234 &gt;&gt; 0010 250-ETRN\0D\0A
22:29:58.234 &gt;&gt; 0014 250-STARTTLS\0D\0A
22:29:58.234 &gt;&gt; 0034 250-AUTH XAOL-UAS-MB PLAIN LOGIN\0D\0A
22:29:58.234 &gt;&gt; 0034 250-AUTH=XAOL-UAS-MB PLAIN LOGIN\0D\0A
22:29:58.234 &gt;&gt; 0025 250-ENHANCEDSTATUSCODES\0D\0A
22:29:58.234 &gt;&gt; 0014 250-8BITMIME\0D\0A
22:29:58.234 &gt;&gt; 0009 250 DSN\0D\0A
22:29:58.250 &lt;&lt; 0012 AUTH LOGIN\0D\0A
22:29:58.375 &gt;&gt; 0018 334 xxxxxxxxxx\0D\0A
22:29:58.375 &lt;&lt; 0018 xxxxxxxxxx\0D\0A
22:29:58.515 &gt;&gt; 0018 334 xxxxxxxxxxx\0D\0A
22:29:58.515 &lt;&lt; 0022 xxxxxxxxxxxxx\0D\0A
22:29:59.687 &gt;&gt; 0037 235 2.7.0 Authentication successful\0D\0A</P>
<P>What means: </P>
<P>SSL flush error -24 (locus 0, type 0, code 0, 'No data was read because the remote system closed the connection (recv() == 0)')</P>
<P>Thanks</P>
<P mce_keep="true">&nbsp;</P>