From 9fa03363d2bd8538ad0399605f80c5edf2f6df7b Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Wed, 29 Dec 2021 23:36:48 +0100 Subject: [PATCH] postfix: adjust tls_CA* options to Debian --- bundles/postfix/files/main.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/postfix/files/main.cf b/bundles/postfix/files/main.cf index e0a3952..70904cb 100644 --- a/bundles/postfix/files/main.cf +++ b/bundles/postfix/files/main.cf @@ -4,8 +4,8 @@ disable_vrfy_command = yes smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination smtp_use_tls = yes -smtp_tls_CApath = /etc/pki/tls/certs -smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt +smtp_tls_CApath = /etc/ssl/certs +smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt smtp_tls_mandatory_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1 smtp_tls_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1 smtp_tls_security_level = may