You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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%[email protected] on 21 Mar 2011 at 8:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
brianm%[email protected]
on 21 Mar 2011 at 8:42The text was updated successfully, but these errors were encountered: