Roundup, smtplib, TLS and MS Exchange

Tijs tijs_news at bluescraper.nl
Fri Jun 1 05:58:37 EDT 2007


carlistixx wrote:

> [foobar at moe tracker]$ roundup-server -p 8081
> roundup=/home/foobar/roundup/tracker
> Roundup server started on :8081
> send: 'STARTTLS\r\n'
> reply: '503 5.5.2 Send hello first\r\n'
> reply: retcode (503); Msg: 5.5.2 Send hello first

I think this must be an issue with roundup, issuing commands in the wrong
order. The correct order should (according to the rfc and the python docs)
be:
* ehlo()
* starttls()
* ehlo()
* login()
...

-- 

Regards,
Tijs



More information about the Python-list mailing list