diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-05-06 14:44:28 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-05-06 14:44:28 -0700 |
commit | d2145608089777cd27175763cf9f71ca2a3159f5 (patch) | |
tree | 2a785262135176b828953b0c85dd6196a6a73bf9 /NEWS | |
parent | 6a615a1e6c6b3b03c3d8e334e6b097f29c9c975a (diff) | |
download | mailman2-d2145608089777cd27175763cf9f71ca2a3159f5.tar.gz mailman2-d2145608089777cd27175763cf9f71ca2a3159f5.tar.xz mailman2-d2145608089777cd27175763cf9f71ca2a3159f5.zip |
Implement SASL and STARTTLS in SMTPDirect.py.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |