Merge from master into 4.next
[exim.git] / test / confs / 0107
CommitLineData
afda344b
PH
1# Exim test configuration 0107
2
4fab92fb
HSHR
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10
11# ----- Routers -----
12
13begin routers
14
15mboxuser:
16 driver = accept
17 retry_use_local_part
18 transport = appendfile
19 transport_home_directory = DIR/test-mail
20
21
22# ----- Transports -----
23
24begin transports
25
26appendfile:
27 driver = appendfile
28 create_file = belowhome
29 file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
30 {${if match{$value}{^/}{}{DIR/}}$value}\
31 {DIR/test-mail/$local_part}}
32 user = CALLER
33
34# ----- Retry -----
35
36
37begin retry
38
39* * F,5d,1d
40
41
42# End