Roundup Tracker - Issues

Message8047

Author rouilj
Recipients rouilj
Date 2024-05-15.03:53:42
Message-id <1715745222.46.0.469194517962.issue2551351@roundup.psfhosted.org>
In-reply-to
When we have python 3.6 or newer we can set options in mailer.py to validate the remote 
certificate name/subject_alt_name and load default certs from the hosts certificate store.

We need tests to verify this works.

Consider a test server like:

  mailpit (https://mailpit.axllent.org/docs/configuration/)
  smtp4dev (https://github.com/rnwood/smtp4dev)
  greenmail (https://greenmail-mail-test.github.io/greenmail/#features)

that can do starttls (initial connection tcp then upgrade to TLS)
or TLS/SSL (all connections over TLS). (Note we can't do TLS/SSL
we only support starttls.)
History
Date User Action Args
2024-05-15 03:53:42rouiljsetrecipients: + rouilj
2024-05-15 03:53:42rouiljsetmessageid: <1715745222.46.0.469194517962.issue2551351@roundup.psfhosted.org>
2024-05-15 03:53:42rouiljlinkissue2551351 messages
2024-05-15 03:53:42rouiljcreate