From 2c6e4b4fcbecc7ff10fea109a6464e4964bd930b Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Tue, 4 Nov 2025 10:33:19 +0100 Subject: [PATCH] SSL: enable SNI per default --- generate_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_config.sh b/generate_config.sh index 393d2fced..499c840dc 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -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