Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0172
CommitLineData
afda344b
PH
1# Exim test configuration 0172
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16alias:
17 driver = redirect
18 allow_defer
19 data = :unknown:
20 file_transport = appendfile
21 retry_use_local_part
22 cannot_route_message = cannot route address
23
24
25# ----- Transports -----
26
27begin transports
28
29appendfile:
30 driver = appendfile
0d2e392e 31 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
32 user = CALLER
33
34
35# End