We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddd5d8 commit 0155f32Copy full SHA for 0155f32
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## untagged
4
5
+- Require TLS 1.2 for outgoing SMTP connections
6
+ ([#685](https://github.com/chatmail/relay/pull/685))
7
+
8
- filtermail: run CPU-intensive handle_DATA in a thread pool executor
9
([#676](https://github.com/chatmail/relay/pull/676))
10
cmdeploy/src/cmdeploy/postfix/main.cf.j2
@@ -26,6 +26,7 @@ smtp_tls_security_level=verify
26
smtp_tls_servername = hostname
27
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
28
smtp_tls_policy_maps = inline:{nauta.cu=may}
29
+smtp_tls_protocols = >=TLSv1.2
30
smtpd_tls_protocols = >=TLSv1.2
31
32
# Disable anonymous cipher suites
0 commit comments