Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 0163
CommitLineData
afda344b
PH
1# Exim test configuration 0163
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9domainlist local_domains = test.ex : *.test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16all:
17 driver = manualroute
18 domains = ! +local_domains
19 route_list = * 127.0.0.1 byname
20 self = send
21 transport = smtp
22 no_more
23
24# ----- Transports -----
25
26begin transports
27
28smtp:
29 driver = smtp
30 port = PORT_S
277b9979 31 hosts_try_fastopen = :
afda344b
PH
32
33
34# ----- Retry -----
35
36
37begin retry
38
39* * F,2h,15m
40
41
42# End