Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 0452
1 # Exim test configuration 0452
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
13 # ----- Routers -----
14
15 begin routers
16
17 r1:
18 driver = redirect
19 allow_filter
20 file = DIR/aux-fixed/TESTNUM.${bless:filter-$h_fno:}
21 reply_transport = t2
22 user = CALLER
23
24 r2:
25 driver = accept
26 transport = t1
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 t1:
34 driver = appendfile
35 file = DIR/test-mail/${bless:$local_part}
36 user = CALLER
37
38 t2:
39 driver = autoreply
40
41
42 # End