Truncate delay when peer closes connection. Bug 348
[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
afda344b
PH
10spool_directory = DIR/spool
11log_file_path = DIR/spool/log/%slog
12gecos_pattern = ""
13gecos_name = CALLER_NAME
14
15# ----- Main settings -----
16
17domainlist local_domains = test.ex : *.test.ex
18log_selector = +sender_on_delivery
19
20
21# ----- Routers -----
22
23begin routers
24
25bounces:
26 driver = redirect
27 allow_defer
28 data = :blackhole:
29 retry_use_local_part
30 senders = :
31
32smartuser:
33 driver = accept
34 retry_use_local_part
35 transport = lmtp
36
37
38# ----- Transports -----
39
40begin transports
41
42lmtp:
43 driver = smtp
44 allow_localhost
45 hosts = 127.0.0.1
46 port = PORT_S
47 protocol = LMTP
48 lmtp_ignore_quota = IGNORE_QUOTA
382afc6b
PH
49 AUTHS
50 AUTHF
afda344b
PH
51
52
53# ----- Retry -----
54
55
56begin retry
57
58* * F,5d,1d
59
60
61# End