Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 0107
CommitLineData
afda344b
PH
1# Exim test configuration 0107
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19mboxuser:
20 driver = accept
21 retry_use_local_part
22 transport = appendfile
23 transport_home_directory = DIR/test-mail
24
25
26# ----- Transports -----
27
28begin transports
29
30appendfile:
31 driver = appendfile
32 create_file = belowhome
33 file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
34 {${if match{$value}{^/}{}{DIR/}}$value}\
35 {DIR/test-mail/$local_part}}
36 user = CALLER
37
38# ----- Retry -----
39
40
41begin retry
42
43* * F,5d,1d
44
45
46# End