aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-05-06 14:44:28 -0700
committerMark Sapiro <mark@msapiro.net>2016-05-06 14:44:28 -0700
commitd2145608089777cd27175763cf9f71ca2a3159f5 (patch)
tree2a785262135176b828953b0c85dd6196a6a73bf9 /NEWS
parent6a615a1e6c6b3b03c3d8e334e6b097f29c9c975a (diff)
downloadmailman2-d2145608089777cd27175763cf9f71ca2a3159f5.tar.gz
mailman2-d2145608089777cd27175763cf9f71ca2a3159f5.tar.xz
mailman2-d2145608089777cd27175763cf9f71ca2a3159f5.zip
Implement SASL and STARTTLS in SMTPDirect.py.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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)