krsna4u / skpsmtpmessage

Automatically exported from code.google.com/p/skpsmtpmessage
0 stars 0 forks source link

STARTTLS on Cisco IronPort email appliances #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Cisco IronPort email appliances advertise STARTTLS like this: 

250 STARTTLS

When sending a message, skpsmtpmessage only looks for it like this: 

250-STARTTLS

This causes it to never start the TLS session.  On systems that require TLS 
before AUTH, this causes sending email to fail with the error that there is no 
supported authentication method.  If TLS is not started, the server never 
presents any AUTH options.  

Original issue reported on code.google.com by brianm%d...@gtempaccount.com on 21 Mar 2011 at 8:42