开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Outboard email works through normal SMTP, but not SMTP with SSL


 

I can get outbound emails to send through SMTP port 587; however, outbound emails never go using SMTP / SSL port 465. When I have configured SMTP / SSL the following errors show up on the console:

-- Exception: --
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/d_rats/msgrouting.py", line 504, in _run_one
routed = self._route_message(msg, slist, routes)
File "/usr/lib/pymodules/python2.7/d_rats/msgrouting.py", line 484, in _route_message
routed = self._route_via_email(dst, msg)
File "/usr/lib/pymodules/python2.7/d_rats/msgrouting.py", line 413, in _route_via_email
mailer = smtplib.SMTP(server, port)
File "/usr/lib/python2.7/smtplib.py", line 249, in __init__
(code, msg) = self.connect(host, port)
File "/usr/lib/python2.7/smtplib.py", line 310, in connect
(code, msg) = self.getreply()
File "/usr/lib/python2.7/smtplib.py", line 361, in getreply
raise SMTPServerDisconnected("Connection unexpectedly closed")
SMTPServerDisconnected: Connection unexpectedly closed

Is there some configuration step I am missing, perhaps a setting on the Raspberry Pi / wheezy?

TNX!

Join [email protected] to automatically receive all group messages.