Fair enough. Turns out that the source of my problem was a defunct RBL in my MTA.
You can safely disregard my post, though the SMTP over SSL standard seems to have settled on STARTTLS which is described in RFC3207, so a lot of that email.py code could be cleaned up if so desired.
Search found 2 matches
- December 3rd, 2009, 10:56 am
- Forum: Beta Releases
- Topic: 0.5.0Beta1 TLS support broken
- Replies: 3
- Views: 1785
- December 3rd, 2009, 7:41 am
- Forum: Beta Releases
- Topic: 0.5.0Beta1 TLS support broken
- Replies: 3
- Views: 1785
0.5.0Beta1 TLS support broken
I was having problems with sabnzbd sending email after the upgrade from 0.4 to 0.5. I did some debugging and from what I can tell, the root of the problem is that the sabnzbd.utils.ssmtplib module is not sending a STARTTLS before it tries to start an SSL session. I'm not 100% sure what that module ...