Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0249
1 # Exim test configuration 0249
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = accept
10
11 # ----- Rewrite -----
12
13
14 begin rewrite
15
16 *@a.domain  $1@b.domain
17 *@c.domain  $local_part@d.domain
18 a@b     y@z     T
19
20 # End