fix: send SNI when connecting to outside servers

Otherwise email providers which allow to bring your own domain
and use the same IP addresses for all customers
send wildcard certificate instead of the correct one
and Postfix refuses to connect with an error

    server certificate verification failed for example.org[A.B.C.D]:25: num=62:hostname mismatch
This commit is contained in:
link2xt
2025-03-16 10:41:55 +00:00
parent 1142d06fdb
commit 05a32efa50
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Send SNI when connecting to outside servers
([#524](https://github.com/chatmail/server/pull/524))
- Pass through `original_content` instead of `content` in filtermail
([#509](https://github.com/chatmail/server/pull/509))