Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 1009
index a9aa730f4e3fb47013a36927923cf5f8b9fd2633..c8184a64e246967802a355ca7fa0528c5359a3ad 100644 (file)
@@ -1,13 +1,9 @@
 # Exim test configuration 1009
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+OPT=
+
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -18,10 +14,21 @@ queue_run_in_order
 
 begin routers
 
+.ifdef ROUTE_DATA
+r0:
+  driver = manualroute
+  route_data = ROUTE_DATA OPT
+  transport = t1
+  self = send
+
+.else
+
 r1:
   driver = dnslookup
   transport = t1
   self = send
+  OPT
+.endif
 
 
 # ----- Transports -----
@@ -31,6 +38,7 @@ begin transports
 t1:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----