Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 0159
CommitLineData
afda344b
PH
1# Exim test configuration 0159
2
3SERVER=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/SERVER%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = accept
16helo_lookup_domains =
17queue_only
18queue_run_in_order
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = accept
26 transport = t1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = appendfile
35 file = DIR/test-mail/$local_part
36 user = CALLER
37
38
39# End