summaryrefslogtreecommitdiff
path: root/test/confs/0153
blob: 60a9cb9a5d71ac99950ad7b25e46e127e85b5c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Exim test configuration 0153

.include DIR/aux-var/std_conf_prefix


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


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

begin routers

virtual:
  driver = redirect
  domains = *.virt.test.ex
  data = ${lookup {$local_part} lsearch \
		{${lookup {TESTNUM.alias.$1} dsearch,ret=full {DIR/aux-fixed} {$value}fail}}}
  no_more

list:
  driver = redirect
  domains = list.test.ex
  file = ${lookup {TESTNUM.list.$local_part} dsearch,ret=full {DIR/aux-fixed} {$value}fail}
  no_more

real:
  driver = accept
  verify_only


# End