Another small test tweak.
[exim.git] / test / confs / 0187
CommitLineData
afda344b
PH
1# Exim test configuration 0187
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex
14
15qualify_domain = test.ex
16allow_mx_to_ip
17
18# ----- Routers -----
19
20begin routers
21
22domainlist:
23 driver = manualroute
24 domains = ! +local_domains
25 ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
26 route_list = ten-5-6.test.ex $domain bydns
27 transport = smtp
28
29lookuphost:
30 driver = dnslookup
31 domains = ^mxt
32 ignore_target_hosts = V4NET.0.0.2 : V4NET.0.0.1 : 127.0.0.0/8 : ::::1
33 no_more
34 transport = smtp
35
36lookuphost2:
37 driver = dnslookup
38 domains = ! +local_domains
39 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}} : \
40 127.0.0.1 : ::::1
41 self = send
42 transport = smtp
43 no_more
44
45
46# ----- Transports -----
47
48begin transports
49
50smtp:
51 driver = smtp
52 port = PORT_S
53
54
55# ----- Retry -----
56
57
58begin retry
59
60* * F,5d,1d
61
62
63# End