Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 0466
index 575f2ce60115599b3d4fe2f98b797b6133cbb4bf..58057269eedfbf79000dd1d4e187936a979c08aa 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0466
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -55,5 +50,6 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # End