From 70b0e9d5e58bccdd4b6a41cf199892d15424bef3 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 24 Dec 2023 12:10:35 +0000 Subject: [PATCH] postfix: increase compatibility_level to 3.6 --- cmdeploy/src/cmdeploy/postfix/main.cf.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmdeploy/src/cmdeploy/postfix/main.cf.j2 b/cmdeploy/src/cmdeploy/postfix/main.cf.j2 index 6a082e07..8a78d647 100644 --- a/cmdeploy/src/cmdeploy/postfix/main.cf.j2 +++ b/cmdeploy/src/cmdeploy/postfix/main.cf.j2 @@ -11,9 +11,8 @@ append_dot_mydomain = no readme_directory = no -# See http://www.postfix.org/COMPATIBILITY_README.html -- default to 2 on -# fresh installs. -compatibility_level = 2 +# See http://www.postfix.org/COMPATIBILITY_README.html +compatibility_level = 3.6 # TLS parameters smtpd_tls_cert_file=/var/lib/acme/live/{{ config.mail_domain }}/fullchain