Handle kernels not providing microsecond time resolution
[users/heiko/exim.git] / test / confs / 0906
index 8bb0a9e26b0ecf64eed572681fec012be2bd90d5..c320b256938c5c0426e02024002980b3022e87d6 100644 (file)
@@ -10,6 +10,12 @@ gecos_pattern = ""
 gecos_name = CALLER_NAME
 chunking_advertise_hosts = *
 tls_advertise_hosts = ${if eq {SRV}{tls} {*}}
+.ifdef _HAVE_PIPE_CONNECT
+pipelining_connect_advertise_hosts =
+.endif
+.ifdef _HAVE_DMARC
+dmarc_tld_file =
+.endif
 
 # ----- Main settings -----
 
@@ -79,12 +85,14 @@ remote_smtp:
   driver = smtp
   hosts =      127.0.0.1
   port =       PORT_D
+  hosts_try_fastopen = :
   allow_localhost
 
 remote_smtp_dkim:
   driver = smtp
   hosts =      127.0.0.1
   port =       PORT_D
+  hosts_try_fastopen = :
   allow_localhost
 
 .ifdef OPT