Merge from master into 4.next
[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
10 # ----- Rewrite -----
11
12
13 begin rewrite
14
15 *@a.domain $1@b.domain
16 *@c.domain $local_part@d.domain
17
18 # End