2 messages in net.sourceforge.lists.courier-users[courier-users] EHLO and STARTTLS
FromSent OnAttachments
Alan MilliganMay 26, 2006 5:12 pm 
Sam VarshavchikMay 26, 2006 5:19 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] EHLO and STARTTLSActions...
From:Alan Milligan (al@balclutha.org)
Date:May 26, 2006 5:12:05 pm
List:net.sourceforge.lists.courier-users

Hi,

I've just noticed that the following reply header is returned from EHLO: '250-XSECURITY=NONE,STARTTLS\r\n'

This has the very unfortunate corollary in Python's smtplib that looking for tls capability cannot be done because it's grouped with the xsecurity extension rather than being a header in it's own right.

Is there any way to advertise a STARTTLS capability separate from XSECURITY??

Alan