Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 1009
index af6e27642a1d49b1037722443ea44b0143867221..c8184a64e246967802a355ca7fa0528c5359a3ad 100644 (file)
@@ -1,5 +1,7 @@
 # Exim test configuration 1009
 
+OPT=
+
 .include DIR/aux-var/std_conf_prefix
 
 
@@ -12,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 -----
@@ -25,6 +38,7 @@ begin transports
 t1:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----