Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 5202
CommitLineData
afda344b
PH
1# Exim test configuration 5202
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13
14system_filter = DIR/aux-fixed/TESTNUM.filter
15move_frozen_messages
16split_spool_directory
17
18
19# ----- Routers -----
20
21begin routers
22
23freeze_all:
24 driver = queryprogram
25 retry_use_local_part
26 command = /bin/echo freeze forced freeze
27 command_user = CALLER
28
29
30# ----- Retry -----
31
32
33begin retry
34
35* * F,5d,1d
36
37
38# End