Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0153
1 # Exim test configuration 0153
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8
9 # ----- Routers -----
10
11 begin routers
12
13 virtual:
14   driver = redirect
15   domains = *.virt.test.ex
16   data = ${lookup {$local_part} lsearch \
17                 {${lookup {TESTNUM.alias.$1} dsearch,ret=full {DIR/aux-fixed} {$value}fail}}}
18   no_more
19
20 list:
21   driver = redirect
22   domains = list.test.ex
23   file = ${lookup {TESTNUM.list.$local_part} dsearch,ret=full {DIR/aux-fixed} {$value}fail}
24   no_more
25
26 real:
27   driver = accept
28   verify_only
29
30
31 # End