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

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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


# ----- Routers -----

begin routers

r1:
  driver = redirect
  local_parts = orig
  data = new@test.ex
  unseen = $something
  one_time

# End