From 258f5709423ab275b0447c14305344c168848311 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 23 Oct 2020 11:23:02 +0200 Subject: fix set smtp_tls_CAPath --- postfix/postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 135775a..698ed20 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -279,6 +279,7 @@ fi _postconf -e smtp_tls_security_level=may if [ -n "$ENABLE_TLS" ]; then _postconf -e smtp_tls_chain_files="$TLS_CHAIN_FILES" + _postconf -e smtp_tls_CAPath=/etc/ssl/certs else _postconf -X smtp_tls_chain_files fi @@ -314,7 +315,6 @@ _postconf -X smtpd_tls_CAfile # obsolete TLS-related settings _postconf -X smtpd_use_tls -_postconf -X smtp_tls_CApath _postconf -X lmtp_tls_CApath _postconf -X smtp_tls_CAfile _postconf -X lmtp_tls_CAfile -- cgit v1.2.3