Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 0186
CommitLineData
afda344b
PH
1# Exim test configuration 0186
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12domainlist local_domains = test.ex
13qualify_domain = test.ex
14
15# ----- Routers -----
16
17begin routers
18
19domainlist:
20 driver = manualroute
21 domains = ! +local_domains
22 ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
23 route_list = ten-5-6.test.ex $domain byname
24 transport = smtp
25
26lookuphost:
27 driver = dnslookup
28 domains = ! +local_domains
29 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}fail}
30 transport = smtp
31 no_more
32
33
34# ----- Transports -----
35
36begin transports
37
38smtp:
39 driver = smtp
40 port = PORT_S
41
42
43# End