Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 0318
1 # Exim test configuration 0318
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 qualify_domain = test.ex
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 all:
16 driver = accept
17 retry_use_local_part
18 transport = local_delivery
19
20
21 # ----- Transports -----
22
23 begin transports
24
25 local_delivery:
26 driver = appendfile
27 directory = DIR/test-mail
28 directory_file = ${bless:$local_part}
29 user = CALLER
30
31
32 # ----- Retry -----
33
34 begin retry
35
36 * * F,5d,1d
37
38
39 # End