Fix dcc_header content corruption.
[exim.git] / test / confs / 0215
CommitLineData
afda344b
PH
1# Exim test configuration 0215
2
3IGNORE_QUOTA=false
382afc6b
PH
4AUTHS=
5AUTHF=
afda344b
PH
6
7exim_path = EXIM_PATH
8host_lookup_order = bydns
9primary_hostname = myhost.test.ex
10rfc1413_query_timeout = 0s
11spool_directory = DIR/spool
12log_file_path = DIR/spool/log/%slog
13gecos_pattern = ""
14gecos_name = CALLER_NAME
15
16# ----- Main settings -----
17
18domainlist local_domains = test.ex : *.test.ex
19log_selector = +sender_on_delivery
20
21
22# ----- Routers -----
23
24begin routers
25
26bounces:
27 driver = redirect
28 allow_defer
29 data = :blackhole:
30 retry_use_local_part
31 senders = :
32
33smartuser:
34 driver = accept
35 retry_use_local_part
36 transport = lmtp
37
38
39# ----- Transports -----
40
41begin transports
42
43lmtp:
44 driver = smtp
45 allow_localhost
46 hosts = 127.0.0.1
47 port = PORT_S
48 protocol = LMTP
49 lmtp_ignore_quota = IGNORE_QUOTA
382afc6b
PH
50 AUTHS
51 AUTHF
afda344b
PH
52
53
54# ----- Retry -----
55
56
57begin retry
58
59* * F,5d,1d
60
61
62# End