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
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