From bb4b1b78e650f87efc8fbf651ef2e9e7e7b4189b Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 6 Apr 2026 13:35:12 +0100 Subject: [PATCH] Update postfix/main.cf --- postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/main.cf b/postfix/main.cf index e4ca377..d4e42a6 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -46,7 +46,7 @@ cyrus_sasl_config_path = /etc/postfix/sasl smtpd_tls_key_file = /path/2/privkey.pem smtpd_tls_cert_file = /path/2/fullchain.pem # SMTP Server security level: none|may|encrypt -smtpd_tls_security_level = may +smtpd_tls_security_level = encrypt # List of CAs for SMTP Client to trust # Prefer this over _CApath when smtp is running chrooted