Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 0570
index eb7218138a4b2e7b55db1728e3372ebcd9a8b60b..efaf3bccbd0c3ad26040981628032d2815680556 100644 (file)
@@ -3,13 +3,8 @@
 
 OPTION =
 
-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
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -40,6 +35,8 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_D
+  hosts_try_fastopen = :
   OPTION
+  max_parallel = 1
 
 # End