Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 0506
CommitLineData
afda344b
PH
1# Exim test configuration 0506
2
3ALLOW=allow_filter
4FORBID=
5
6exim_path = EXIM_PATH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14# ----- Main settings -----
15
16log_selector = +queue_time_overall
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = redirect
24 user = EXIMUSER
25 ALLOW
26 FORBID
27 file = DIR/aux-fixed/TESTNUM.$local_part
28
29
30# ----- Retry -----
31
32begin retry
33
34* * F,1d,1h
35
36# End