Skip to content

Commit 0155f32

Browse files
committed
Require TLS 1.2 for outgoing SMTP connections
1 parent 9ddd5d8 commit 0155f32

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## untagged
44

5+
- Require TLS 1.2 for outgoing SMTP connections
6+
([#685](https://github.com/chatmail/relay/pull/685))
7+
58
- filtermail: run CPU-intensive handle_DATA in a thread pool executor
69
([#676](https://github.com/chatmail/relay/pull/676))
710

cmdeploy/src/cmdeploy/postfix/main.cf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ smtp_tls_security_level=verify
2626
smtp_tls_servername = hostname
2727
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
2828
smtp_tls_policy_maps = inline:{nauta.cu=may}
29+
smtp_tls_protocols = >=TLSv1.2
2930
smtpd_tls_protocols = >=TLSv1.2
3031

3132
# Disable anonymous cipher suites

0 commit comments

Comments
 (0)