Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 5100
CommitLineData
afda344b
PH
1# Exim test configuration 5100
2
3IGNORE_QUOTA=FALSE
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15domainlist local_domains = test.ex : *.test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22bounces:
23 driver = redirect
24 allow_defer
25 data = :blackhole:
26 retry_use_local_part
27 senders = :
28
29smartuser:
30 driver = accept
31 retry_use_local_part
32 transport = lmtp
33
34
35# ----- Transports -----
36
37begin transports
38
39lmtp:
40 driver = lmtp
41 batch_max = 100
42 command = DIR/bin/mtpscript DIR/aux-fixed/TESTNUM.script.$h_script: +DIR/spool/log/mainlog
43 timeout = 1s
44 user = EXIMUSER
45 ignore_quota = IGNORE_QUOTA
46
47
48# ----- Retry -----
49
50
51begin retry
52
e97957bc 53* mail_4xx
afda344b
PH
54* rcpt_4xx F,1d,1m
55* * F,5d,1d
56
57
58# End