1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-12 17:36:01 +00:00

SSL: enable SNI per default

This commit is contained in:
DerLinkman
2025-11-04 10:33:19 +01:00
parent c261277757
commit 2c6e4b4fcb

View File

@@ -296,7 +296,7 @@ SKIP_LETS_ENCRYPT=n
# Create separate certificates for all domains - y/n
# this will allow adding more than 100 domains, but some email clients will not be able to connect with alternative hostnames
# see https://doc.dovecot.org/admin_manual/ssl/sni_support
ENABLE_SSL_SNI=n
ENABLE_SSL_SNI=y
# Skip IPv4 check in ACME container - y/n
SKIP_IP_CHECK=n