Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 0519
1 # Exim test configuration 0519
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 r1:
16 driver = accept
17 transport = t1
18
19
20 # ----- Transports -----
21
22 begin transports
23
24 t1:
25 driver = smtp
26 hosts = 127.0.0.1 : non-exist.test.ex
27 port = PORT_S
28 hosts_try_fastopen = :
29 allow_localhost
30
31 # End