Merge from master into 4.next
[exim.git] / test / confs / 0160
CommitLineData
afda344b
PH
1# Exim test configuration 0160
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
11ignore_bounce_errors_after = 0s
12queue_only
13
14# ----- Routers -----
15
16begin routers
17
18all:
19 driver = manualroute
20 domains = ! +local_domains
21 route_list = * 127.0.0.1 byname
22 self = send
23 transport = smtp
24 no_more
25
26
27# ----- Transports -----
28
29begin transports
30
31smtp:
32 driver = smtp
33 port = PORT_S
34
35
36# ----- Retry -----
37
38
39begin retry
40
8669f003 41* * F,2s,1s
afda344b
PH
42
43
44# End