Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 0421
1 # Exim test configuration 0421
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 primary_hostname = mail.test.ex
13 qualify_domain = test.ex
14
15 system_filter = DIR/aux-fixed/TESTNUM.F
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 r1:
23 driver = accept
24 transport = t1
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 t1:
32 driver = appendfile
33 file = DIR/test-mail/$local_part
34 headers_rewrite = *@* abc@x.y.z
35 user = CALLER
36
37 # End