Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 5208
CommitLineData
afda344b
PH
1# Exim test configuration 5208
2
3LIST=
4SELF=freeze
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
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = queryprogram
23 domains = query.program
24 transport = t1
25 command = /bin/echo "accept hosts=LIST"
26 command_user = CALLER
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = smtp
35
36# End