Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 0417
index 12c9f6890f724f451a2f8122d2801bb776b77219..2f3ed5df46786b6e4e598a59eb492c224561472d 100644 (file)
@@ -2,12 +2,8 @@
 
 RETURN_ERROR_DETAILS = false
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -41,5 +37,6 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # End