Merge branch 'master' into 4.next
[exim.git] / test / confs / 0169
CommitLineData
afda344b
PH
1# Exim test configuration 0169
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9
10# ----- Routers -----
11
12begin routers
13
14localuser:
15 driver = accept
16 local_parts = userx
17 transport = appendfile
18
19
20# ----- Transports -----
21
22begin transports
23
24appendfile:
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
35begin retry
36
37* * F,5d,1d
38
39
40# End