summaryrefslogtreecommitdiff
path: root/test/confs/0249
blob: 1d7491be611d326c08adf47f5eb404f50893e3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Exim test configuration 0249

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----


# ----- Rewrite -----


begin rewrite

*@a.domain  $1@b.domain
*@c.domain  $local_part@d.domain

# End