From d7672c53769b388e98c2edca8106d36b1d1f9fd9 Mon Sep 17 00:00:00 2001 From: svg Date: Thu, 8 Aug 2024 23:58:49 +0200 Subject: [PATCH] # --- target/scripts/helpers/ssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/scripts/helpers/ssl.sh b/target/scripts/helpers/ssl.sh index 8bf6a43b..0bf27a06 100644 --- a/target/scripts/helpers/ssl.sh +++ b/target/scripts/helpers/ssl.sh @@ -131,7 +131,7 @@ function _setup_ssl() { # Extracting certificates for SNI support if [[ -n ${SSL_SNI_DOMAINS} ]] ; then # add empty dovecot & postfix config - echo -n "" > /etc/dovecot/conf.d/10-sni.conf + echo -n "" > /etc/dovecot/conf.d/20-sni.conf echo -n "" > /etc/postfix/sni.map # add tls_server_sni_maps if not exist @@ -153,7 +153,7 @@ function _setup_ssl() { echo " ssl_cert = <${CERT_CHAIN}" echo " ssl_key = <${PRIVATE_KEY}" echo "}" - } >> /etc/dovecot/conf.d/10-sni.conf + } >> /etc/dovecot/conf.d/20-sni.conf _log 'trace' "SNI: extracted domain: ${SNI_DOMAIN}" else