Update postfix/main.cf

This commit is contained in:
2026-04-06 13:35:12 +01:00
parent b8e789b919
commit bb4b1b78e6

View File

@@ -46,7 +46,7 @@ cyrus_sasl_config_path = /etc/postfix/sasl
smtpd_tls_key_file = /path/2/privkey.pem smtpd_tls_key_file = /path/2/privkey.pem
smtpd_tls_cert_file = /path/2/fullchain.pem smtpd_tls_cert_file = /path/2/fullchain.pem
# SMTP Server security level: none|may|encrypt # 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 # List of CAs for SMTP Client to trust
# Prefer this over _CApath when smtp is running chrooted # Prefer this over _CApath when smtp is running chrooted