SSL: enable SNI per default

This commit is contained in:
DerLinkman 2025-11-04 10:33:19 +01:00
parent c261277757
commit 2c6e4b4fcb
No known key found for this signature in database
GPG key ID: AA4A82514748F5A9

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