Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0071
1 # Exim test configuration 0071
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8
9
10 # ----- Routers -----
11
12 begin routers
13
14 system_aliases:
15   driver = redirect
16   allow_defer
17   data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.aliases}}
18   retry_use_local_part
19
20 # End