Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0349
CommitLineData
afda344b
PH
1# Exim test configuration 0349
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
13
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = redirect
23 pipe_transport = t1
24 allow_filter
25 data = "#Exim filter\npipe xxxx\n"
26 user = CALLER
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = appendfile
35 file = DIR/test-mail/${substr_1:$address_pipe}
36 user = CALLER
37
38
39# End