Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0496
CommitLineData
afda344b
PH
1# Exim test configuration 0496
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13acl_smtp_rcpt = check_rcpt
14
15
16# ----- ACL -----
17
18begin acl
19
20check_rcpt:
b1b05573
JH
21 warn message = data1 data1\ndata2 data2\n
22 warn message = \n\ndata3\n\ndata4\n\n
afda344b
PH
23 warn message = :after_received:After-Received: some text\n\
24 :at_start:At-Start: some text\n\
25 :at_end: At-End: some text
b1b05573 26 warn message = data4
362145b5
JH
27 warn add_header = X-multiline: foo\n\tbar
28 accept logwrite = $headers_added
afda344b
PH
29
30
31# ----- Routers -----
32
33begin routers
34
35r9:
36 driver = accept
37 transport = t1
38
39
40# ----- Transports -----
41
42begin transports
43
44t1:
45 driver = appendfile
46 file = DIR/test-mail/$local_part
47 user = CALLER
48
49# End