diff --git a/cmdeploy/src/cmdeploy/postfix/main.cf.j2 b/cmdeploy/src/cmdeploy/postfix/main.cf.j2 index 9a9ca20b..cbae0f27 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={{ config.tls_key_path }} smtpd_tls_security_level=may smtp_tls_CApath=/etc/ssl/certs -smtp_tls_security_level={{ "verify" if config.tls_cert_mode == "acme" else "encrypt" }} +smtp_tls_security_level=verify # Send SNI extension when connecting to other servers. # smtp_tls_servername = hostname