Disable ipv6, ident lookups, and smtp sync enforce
[hcoop/config/exim.git] / conf.d / main / 02_exim4-config_options
index db061d3..64b8cc2 100644 (file)
@@ -217,6 +217,16 @@ queue_run_max = 10
 # hcoop-change: don't penalize hosts past 4 hours
 #retry_interval_max = 4h
 
+# 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 pointless ident check
+rfc1413_hosts =
+rfc1413_query_timeout = 0s
+
 # hcoop-change: submission + legacy smtp (many members use smtps)
 daemon_smtp_ports = smtp :  smtps : submission
 tls_on_connect_ports = smtps
\ No newline at end of file