testsuite: abstract out common conf settings
[exim.git] / test / confs / 5007
CommitLineData
21c28500
PH
1# Exim test configuration 5007
2
3QUOTA=500
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
21c28500 7primary_hostname = myhost.test.ex
21c28500
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 maildir_use_size_file
34 quota = QUOTA
35
36
37# ----- Retry -----
38
39begin retry
40
41* * F,1d,1d
42
43
44# End