Testsuite: fix 0903
[exim.git] / test / confs / 0163
CommitLineData
afda344b
PH
1# Exim test configuration 0163
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 : *.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
31
32
33# ----- Retry -----
34
35
36begin retry
37
38* * F,2h,15m
39
40
41# End