Merge branch 'master' into 4.next
[exim.git] / test / confs / 0187
CommitLineData
afda344b
PH
1# Exim test configuration 0187
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9
10qualify_domain = test.ex
11allow_mx_to_ip
12
13# ----- Routers -----
14
15begin routers
16
17domainlist:
18 driver = manualroute
19 domains = ! +local_domains
20 ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
21 route_list = ten-5-6.test.ex $domain bydns
22 transport = smtp
23
24lookuphost:
25 driver = dnslookup
26 domains = ^mxt
27 ignore_target_hosts = V4NET.0.0.2 : V4NET.0.0.1 : 127.0.0.0/8 : ::::1
28 no_more
29 transport = smtp
30
31lookuphost2:
32 driver = dnslookup
33 domains = ! +local_domains
34 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}} : \
35 127.0.0.1 : ::::1
36 self = send
37 transport = smtp
38 no_more
39
40
41# ----- Transports -----
42
43begin transports
44
45smtp:
46 driver = smtp
47 port = PORT_S
48
49
50# ----- Retry -----
51
52
53begin retry
54
55* * F,5d,1d
56
57
58# End