blob: 24f499b41f1603723632326dd22d23ebfa2c9d3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Exim test configuration 0153
.include DIR/aux-var/std_conf_prefix
# ----- Main settings -----
# ----- Routers -----
begin routers
virtual:
driver = redirect
domains = *.virt.test.ex
address_data = ${lookup {TESTNUM.alias.${extract {1}{.}{$domain}}} \
dsearch{DIR/aux-fixed} {$value}fail}
data = ${lookup{$local_part}lsearch{DIR/aux-fixed/$address_data}}
no_more
list:
driver = redirect
domains = list.test.ex
file = ${if exists{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}} \
{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}}fail}
no_more
real:
driver = accept
verify_only
# End
|