testsuite: abstract out common conf settings
[exim.git] / test / confs / 5008
CommitLineData
d35e429d
PH
1# Exim test configuration 5008
2
3QUOTA_FILECOUNT=0
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
d35e429d 7primary_hostname = myhost.test.ex
d35e429d
PH
8
9
10# ----- Main settings -----
11
12delay_warning =
13qualify_domain = test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20r1:
21 driver = accept
22 transport = t1
23
24# ----- Transports -----
25
26begin transports
27
28t1:
29 driver = appendfile
30 directory = DIR/test-mail/$local_part
31 user = CALLER
32 maildir_format
33 mailbox_size = 100K
34 quota = 1M
35 quota_filecount = QUOTA_FILECOUNT
36
37
38# ----- Retry -----
39
40begin retry
41
42* * F,1d,1d
43
44
45# End