Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 0320
CommitLineData
afda344b
PH
1# Exim test configuration 0320
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
12acl_smtp_rcpt = check_recipient
13qualify_domain = test.ex
14
15
16# ------ ACL ------
17
18begin acl
19
20check_recipient:
21 accept local_parts = DIR/aux-fixed/TESTNUM.list : +caseful : LP10
22
23# ----- Routers -----
24
25begin routers
26
27
28# ----- Transports -----
29
30begin transports
31
32
33# ----- Retry -----
34
35begin retry
36
37* * F,5d,1d
38
39
40# End