Add message_body_newlines.
[exim.git] / test / confs / 0107
CommitLineData
afda344b
PH
1# Exim test configuration 0107
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13qualify_domain = test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20mboxuser:
21 driver = accept
22 retry_use_local_part
23 transport = appendfile
24 transport_home_directory = DIR/test-mail
25
26
27# ----- Transports -----
28
29begin transports
30
31appendfile:
32 driver = appendfile
33 create_file = belowhome
34 file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
35 {${if match{$value}{^/}{}{DIR/}}$value}\
36 {DIR/test-mail/$local_part}}
37 user = CALLER
38
39# ----- Retry -----
40
41
42begin retry
43
44* * F,5d,1d
45
46
47# End