Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0215
CommitLineData
afda344b
PH
1# Exim test configuration 0215
2
3IGNORE_QUOTA=false
382afc6b
PH
4AUTHS=
5AUTHF=
afda344b 6
d4dc049f
JH
7.include DIR/aux-var/std_conf_prefix
8
afda344b 9primary_hostname = myhost.test.ex
afda344b
PH
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex : *.test.ex
14log_selector = +sender_on_delivery
15
16
17# ----- Routers -----
18
19begin routers
20
21bounces:
22 driver = redirect
23 allow_defer
24 data = :blackhole:
25 retry_use_local_part
26 senders = :
27
28smartuser:
29 driver = accept
30 retry_use_local_part
31 transport = lmtp
32
33
34# ----- Transports -----
35
36begin transports
37
38lmtp:
39 driver = smtp
40 allow_localhost
41 hosts = 127.0.0.1
42 port = PORT_S
277b9979 43 hosts_try_fastopen = :
afda344b
PH
44 protocol = LMTP
45 lmtp_ignore_quota = IGNORE_QUOTA
382afc6b
PH
46 AUTHS
47 AUTHF
afda344b
PH
48
49
50# ----- Retry -----
51
52
53begin retry
54
55* * F,5d,1d
56
57
58# End