From 2a07626f827472b9fc910512de0612084fae5357 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 13 Jan 2026 15:03:38 +0100 Subject: [PATCH] postfix: don't verify TLS certs of receiving SMTP servers --- cmdeploy/src/cmdeploy/postfix/main.cf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/postfix/main.cf.j2 b/cmdeploy/src/cmdeploy/postfix/main.cf.j2 index bcfc29e4..487bf00c 100644 --- a/cmdeploy/src/cmdeploy/postfix/main.cf.j2 +++ b/cmdeploy/src/cmdeploy/postfix/main.cf.j2 @@ -20,7 +20,7 @@ smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_security_level=may smtp_tls_CApath=/etc/ssl/certs -smtp_tls_security_level=verify +smtp_tls_security_level=encrypt # Send SNI extension when connecting to other servers. # smtp_tls_servername = hostname