debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0153
CommitLineData
afda344b
PH
1# Exim test configuration 0153
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8
9# ----- Routers -----
10
11begin routers
12
13virtual:
14 driver = redirect
15 domains = *.virt.test.ex
32ef2515
JH
16 address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{${bless:$1}}}
17 data = ${if exists{DIR/aux-fixed/TESTNUM.alias.$address_data} \
18 {${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias.$address_data}}} \
19 fail}
afda344b
PH
20 no_more
21
22list:
23 driver = redirect
24 domains = list.test.ex
32ef2515
JH
25 file = ${if exists{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}} \
26 {DIR/aux-fixed/TESTNUM.list.${bless:$local_part}}fail}
afda344b
PH
27 no_more
28
29real:
30 driver = accept
31 verify_only
32
33
34# End