Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 0442
CommitLineData
afda344b
PH
1# Exim test configuration 0442
2
3BAD=
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
14# ----- Main settings -----
15
16qualify_domain = test.ex
17
18######################################################################
19# ACL CONFIGURATION #
20# Specifies access control lists for incoming SMTP mail #
21######################################################################
22
23.include DIR/aux-fixed/TESTNUM.acl
24
25
26######################################################################
27# ROUTERS CONFIGURATION #
28# Specifies how addresses are handled #
29######################################################################
30
31.include DIR/aux-fixed/TESTNUM.routers
32
33
34######################################################################
35# TRANSPORTS CONFIGURATION #
36######################################################################
37
38.include_if_exists DIR/aux-fixed/TESTNUM.transports
39
40.include_if_exists /junk/not/exist
41
42BAD
43
44
45# End