Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 0231
index beb9da51f467d6b764fa3f6ba99702417e42f5a2..1eabae91a2885c32388e37a4fc25f8516df72398 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0231
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -69,6 +65,7 @@ smtp_rewrite:
   headers_rewrite = *@domain1 $1-rewrite@domain2 f :\
                     *@domain1 $1-other@domain2
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----