summaryrefslogtreecommitdiff
path: root/src/mailman/mta/tests/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Add SMTPS/STARTTLS support.mta-smtps-starttlsJ08nY2017-07-241-0/+71
- Adds SMTP over SSL/TLS and STARTTLS support to the outgoing delivery by spliting the Connection class into three separate classes with logic for SMTP, SMTP over SSL/TLS and STARTTLS. - The Delivery class loads the added configuratio values and selects the appropriate connection based on the configured protocol. - This requires aiosmtpd at least 1.1a1 for tests to pass, as SMTPS support was added there in: https://github.com/aio-libs/aiosmtpd/commit/0d33554c4787e575b7dd31b574259c0876dcc9f8