diff options
-rwxr-xr-x | postfix/postfix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index d91d71f..061a547 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -161,7 +161,7 @@ else warn "Dovecot missing - (Debian package dovecot-core or dovecot)." fi ENABLE_TLS= -[ -z "$thismailhost" ] || TLS_CHAIN_FILES="/etc/ssl/private/$thismailhost.chain.pem" +[ -z "$thismailhost" ] || TLS_CHAIN_FILES="/etc/ssl/private/$thismailhost.chain.key" if [ -f "$TLS_CHAIN_FILES" ]; then ENABLE_TLS=1 else |