Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0561
CommitLineData
8669f003
PH
1# Exim test configuration 0561
2
3QOLL=true
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
8669f003
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = accept
16
17queue_only_load = 0.001
18queue_only_load_latch = QOLL
19queue_run_in_order
20
21
22# ----- Routers -----
23
24begin routers
25
26r1:
27 driver = manualroute
28 route_data = 127.0.0.1
29 self = send
30 transport = t1
31
32
33# ----- Transports -----
34
35begin transports
36
37t1:
38 driver = smtp
39 port = PORT_D
40
41# End