Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 5103
CommitLineData
afda344b
PH
1# Exim test configuration 5103
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = accept
20 transport = $h_transport:
21
22
23# ----- Transports -----
24
25begin transports
26
27t1:
28 driver = lmtp
29 command = DIR/bin/mtpscript DIR/aux-fixed/TESTNUM.script +DIR/spool/log/mainlog
30 transport_filter = /non/existent/file
31
32
33# ----- Retry -----
34
35begin retry
36
37* * F,1d,1d
38
39# End