Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 0562
CommitLineData
8f128379
PH
1# Exim test configuration 0562
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
8f128379
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13acl_smtp_rcpt = accept
14acl_smtp_data = drop
15acl_smtp_notquit = notquit
16
17smtp_accept_max_nonmail = 4
18smtp_receive_timeout = 1s
19
20# ----- ACLs -----
21
22begin acl
23
24notquit:
25 accept logwrite = NOTQUIT reason: '$smtp_notquit_reason'
26
27# End