From 950b3085463d50814d3b343604460939e7ead7a4 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Fri, 27 Jan 2023 12:45:01 +0100 Subject: Relay via static zz0.email host Split horizon for the complete .email zone is not feasible for all sites, and TLS certificate currently does not cover any of the internal hostnames. Signed-off-by: Georg Pfuetzenreuter --- pillar/global/mta.sls | 1 + 1 file changed, 1 insertion(+) (limited to 'pillar') diff --git a/pillar/global/mta.sls b/pillar/global/mta.sls index a992440..b0ab601 100644 --- a/pillar/global/mta.sls +++ b/pillar/global/mta.sls @@ -17,6 +17,7 @@ postfix: smtp_use_tls: 'yes' smtp_tls_security_level: encrypt smtp_tls_wrappermode: 'yes' + disable_dns_lookups: 'yes' aliases: use_file: false -- cgit v1.2.3