From 4e747ea1877de143bb603ee0acc3d7642e5d078b Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 7 Jul 2018 23:10:18 -0400 Subject: [PATCH] enable ipv6 for incoming connections provider blocks outgoing ipv6, but we can receive mail on ipv6 so enable it. --- conf.d/main/02_exim4-config_options | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf.d/main/02_exim4-config_options b/conf.d/main/02_exim4-config_options index 9b5c1dc..47c8782 100644 --- a/conf.d/main/02_exim4-config_options +++ b/conf.d/main/02_exim4-config_options @@ -229,8 +229,10 @@ queue_run_max = 10 # hcoop-change: disable smtp_enforce_sync (https://bugzilla.mozilla.org/show_bug.cgi?id=538809) smtp_enforce_sync = false -# hcoop-change: disable ipv6 because exim seems unaware we can lookup AAAA but not actually reach them -disable_ipv6 = true +# hcoop-change: disable outgoing ipv6 -- digital ocean is blocking +# outgoing smtp on ipv6, but incoming works fine. +disable_ipv6 = false +dns_ipv4_lookup = * # hcoop-change: disable pointless ident check rfc1413_hosts = -- 2.20.1