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