Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 5001
CommitLineData
afda344b
PH
1# Exim test configuration 5001
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
19maildiruser:
20 driver = accept
21 retry_use_local_part
22 transport = maildir
23 transport_home_directory = DIR/test-mail
24
25
26# ----- Transports -----
27
28begin transports
29
30maildir:
31 driver = appendfile
32 maildir_format
33 create_file = belowhome
34 directory = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
35 {${if match{$value}{^/}{}{DIR/}}$value}\
36 {DIR/test-mail/$local_part}}
37 user = CALLER
38
39
40# ----- Retry -----
41
42
43begin retry
44
45* * F,5d,1d
46
47
48# End