Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 0388
CommitLineData
afda344b
PH
1# Exim test configuration 0388
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13
14# ----- Routers -----
15
16begin routers
17
18r0:
19 driver = redirect
20 senders = :
21 local_parts = CALLER
22 data = :blackhole:
23
24r1:
25 driver = manualroute
26 route_list = * "127.0.0.1 : V4NET.0.0.0"
27 transport = smtp
28 self = send
29
30# ----- Transports -----
31
32begin transports
33
34smtp:
35 driver = smtp
36 hosts_max_try = 1
37 port = PORT_S
38 connect_timeout = 2s
48c7f9e2 39 address_retry_include_sender = false
afda344b
PH
40
41# ----- Retry -----
42
43begin retry
44
45* * F,1s,1s
46
47# End