Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 5208
CommitLineData
afda344b
PH
1# Exim test configuration 5208
2
3LIST=
4SELF=freeze
5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
afda344b 8primary_hostname = myhost.test.ex
afda344b
PH
9
10# ----- Main settings -----
11
12
13# ----- Routers -----
14
15begin routers
16
17r1:
18 driver = queryprogram
19 domains = query.program
20 transport = t1
21 command = /bin/echo "accept hosts=LIST"
22 command_user = CALLER
23
24
25# ----- Transports -----
26
27begin transports
28
29t1:
30 driver = smtp
277b9979 31 hosts_try_fastopen = :
afda344b
PH
32
33# End