Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 9903
1 # Exim test configuration 9903
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 primary_hostname = myhost.text.ex
9 qualify_domain = test.ex
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 r1:
17   driver = accept
18   transport = smtp
19
20 # ----- Transports -----
21
22 begin transports
23
24 smtp:
25   driver = smtp
26   port = PORT_S
27   hosts = 127.0.0.1
28   allow_localhost
29   hosts_try_fastopen =  :
30
31
32 # ----- Retry -----
33
34 begin retry
35
36 * * F,1s,1s
37
38 # End