Require TLS 1.2 for outgoing SMTP connections

This commit is contained in:
link2xt
2025-10-20 22:33:00 +00:00
committed by l
parent 9ddd5d8b2b
commit 0155f32df6
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Require TLS 1.2 for outgoing SMTP connections
([#685](https://github.com/chatmail/relay/pull/685))
- filtermail: run CPU-intensive handle_DATA in a thread pool executor
([#676](https://github.com/chatmail/relay/pull/676))