Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0449
1 # Exim test configuration 0449
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7
8 # ----- Main settings -----
9
10 qualify_domain = test.ex
11
12 queue_only_file = DIR/test-data
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 r1:
20 driver = accept
21 transport = t1
22
23
24 # ----- Transports -----
25
26 begin transports
27
28 t1:
29 driver = appendfile
30 file = DIR/test-mail/${bless:$local_part}
31 user = CALLER
32
33 # End