Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0008
1 # Exim test configuration 0008
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = @
9 trusted_users = CALLER
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 localuser:
17 driver = accept
18 check_local_user
19 transport = local_delivery
20
21
22 # ----- Transports -----
23
24 begin transports
25
26 local_delivery:
27 driver = appendfile
28 delivery_date_add
29 envelope_to_add
30 file = DIR/test-mail/${bless:$local_part}
31 return_path_add
32
33 # End