Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0151
CommitLineData
afda344b
PH
1# Exim test configuration 0151
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
12domainlist local_domains = test.ex
13qualify_domain = test.ex
14no_local_from_check
15
16
17# ----- Routers -----
18
19begin routers
20
21all:
22 driver = accept
23 retry_use_local_part
24 transport = appendfile
25
26
27# ----- Transports -----
28
29begin transports
30
31appendfile:
32 driver = appendfile
33 file = DIR/test-mail/$local_part
34 user = CALLER
35
36
37# End