From 00723631dd14b1ac533401918f8a6f3002b05ff1 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 13 Jan 2021 21:17:10 +0100 Subject: [PATCH] [Postfix] Add parent_domain_matches_subdomains --- data/conf/postfix/main.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/data/conf/postfix/main.cf b/data/conf/postfix/main.cf index e8da7947..840042c3 100644 --- a/data/conf/postfix/main.cf +++ b/data/conf/postfix/main.cf @@ -195,6 +195,7 @@ smtpd_last_auth = check_policy_service inet:127.0.0.1:10028 # Define protocols for SMTPS and submission service submission_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1 smtps_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1 +parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,qmqpd_authorized_clients # DO NOT EDIT ANYTHING BELOW # # User overrides #