Re: Roundup, smtplib, TLS and MS Exchange

2007-06-03 Thread carlistixx
Thanks for your response. I tried modifying the Roundup code as suggested: class SMTPConnection(smtplib.SMTP): ''' Open an SMTP connection to the mailhost specified in the config ''' def __init__(self, config): smtplib.SMTP.__init__(self, config.MAILHOST) self.set_debu

Re: Roundup, smtplib, TLS and MS Exchange

2007-06-01 Thread Tijs
carlistixx wrote: > [EMAIL PROTECTED] 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 r

Roundup, smtplib, TLS and MS Exchange

2007-05-31 Thread carlistixx
Hi, I'm using the roundup issue tracker (http://roundup.sourceforge.net) which uses smtplib to send mail. It all worked until we moved to a hosted Exchange MTA. The hosting provider requires the use of TLS. Now roundup can't send mail. My version of python is: Python 2.3.4 (#1, Feb 6 2006, 10:38