Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 0419
CommitLineData
afda344b
PH
1# Exim test configuration 0419
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
12primary_hostname = mail.test.ex
13qualify_domain = test.ex
14
15domainlist local_domains = !mxt13.test.ex : !other1.test.ex : *.test.ex
16hosts_treat_as_local = +local_domains
17
18
19# ----- Routers -----
20
21begin routers
22
23dnslookup:
24 driver = dnslookup
25 domains = ! +local_domains
26 transport = smtp
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34
35
36# End