Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 0405
CommitLineData
afda344b
PH
1# Exim test configuration 0405
2
3UTF8=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14primary_hostname = mail.test.ex
15qualify_domain = test.ex
16
17dns_check_names_pattern = \
18 (?i)^(?>(?(1)\.|())[a-z0-9\xc0-\xff](?>[-a-z0-9\x80-\xff]*[a-z0-9\x80-\xbf])?)+$
19
20UTF8
21
22# ----- Routers -----
23
24begin routers
25
26r1:
27 driver = dnslookup
28 transport = t1
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = smtp
36
37
38# End