Merge from master into 4.next
[exim.git] / test / confs / 0257
CommitLineData
afda344b
PH
1# Exim test configuration 0257
2
4fab92fb
HSHR
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
10qualify_domain = test.ex
11
12
13# ----- Routers -----
14
15begin routers
16
17all:
18 driver = dnslookup
19 domains = ! +local_domains
20 transport = smtp
21 no_more
22
23
24# ----- Transports -----
25
26begin transports
27
28smtp:
29 driver = smtp
30 connect_timeout = 1s
31 fallback_hosts = ten-2.test.ex
32 port = PORT_S
33
34
35# ----- Retry -----
36
37
38begin retry
39
40* * F,5d,10s
41
42
43# End