Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 9903
CommitLineData
71397c82
PH
1# Exim test configuration 9903
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
71397c82
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12primary_hostname = myhost.text.ex
13qualify_domain = test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20r1:
21 driver = accept
22 transport = smtp
23
24# ----- Transports -----
25
26begin transports
27
28smtp:
29 driver = smtp
30 port = PORT_S
31 hosts = 127.0.0.1
32 allow_localhost
33
34
35# ----- Retry -----
36
37begin retry
38
39* * F,1s,1s
40
41# End