testsuite: abstract out common conf settings
[exim.git] / test / confs / 0169
1 # Exim test configuration 0169
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10 # ----- Routers -----
11
12 begin routers
13
14 localuser:
15   driver = accept
16   local_parts = userx
17   transport = appendfile
18
19
20 # ----- Transports -----
21
22 begin transports
23
24 appendfile:
25   driver = appendfile
26   file = DIR/test-mail/$local_part
27   quota = $h_quota
28   quota_warn_threshold = $h_threshold
29   user = CALLER
30
31
32 # ----- Retry -----
33
34
35 begin retry
36
37 * * F,5d,1d
38
39
40 # End