From 95182c75de4cb3015da93c39f610d578989ec770 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 23 Oct 2020 11:38:55 +0200 Subject: fix set smtp_tls_CApath (not wrongly cased 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 698ed20..e3c3314 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -279,7 +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 + _postconf -e smtp_tls_CApath=/etc/ssl/certs else _postconf -X smtp_tls_chain_files fi -- cgit v1.2.3