From d2145608089777cd27175763cf9f71ca2a3159f5 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 6 May 2016 14:44:28 -0700 Subject: Implement SASL and STARTTLS in SMTPDirect.py. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e9939cde..c6660b9f 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,11 @@ Here is a history of user visible changes to Mailman. New Features + - SMTPDirect.py can now do SASL authentication and STARTTLS security when + connecting to the outgoiung MTA. Associated with this are new + Defaults.py/mm_cfg.py settings SMTP_AUTH, SMTP_USER, SMTP_PASSWD and + SMTP_USE_TLS. (LP: #558281) + - There is a new Defaults.py/mm_cfg.py setting SMTPLIB_DEBUG_LEVEL which can be set to 1 to enable verbose smtplib debugging to Mailman's error log to help with debugging 'low level smtp failures'. (LP: # 1573074) -- cgit v1.2.3