Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 0368
CommitLineData
afda344b
PH
1# Exim test configuration 0368
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
13domainlist local_domains = test.ex : *.test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20r1:
21 driver = manualroute
22 domains = manualroute
23 route_list = * ten-1.test.ex:ten-1.test.ex:ten-2.test.ex
24 transport = t1
25
26r2:
27 driver = dnslookup
28 transport = t1
29
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = smtp
37
38
39# ----- Retry -----
40
41
42begin retry
43
44* * F,5d,1d
45
46
47# End