Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 5008
1 # Exim test configuration 5008
2
3 QUOTA_FILECOUNT=0
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13
14 # ----- Main settings -----
15
16 delay_warning =
17 qualify_domain = test.ex
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 r1:
25 driver = accept
26 transport = t1
27
28 # ----- Transports -----
29
30 begin transports
31
32 t1:
33 driver = appendfile
34 directory = DIR/test-mail/$local_part
35 user = CALLER
36 maildir_format
37 mailbox_size = 100K
38 quota = 1M
39 quota_filecount = QUOTA_FILECOUNT
40
41
42 # ----- Retry -----
43
44 begin retry
45
46 * * F,1d,1d
47
48
49 # End