summaryrefslogtreecommitdiff
path: root/test/confs/0313
blob: 7849526db41087ba6adf5d0c842c170f5a1c1a9a (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
32
# Exim test configuration 0313

.include DIR/aux-var/std_conf_prefix


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


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

begin routers

r1:
  driver = redirect
  local_parts = filter
  file = DIR/test-holey
  allow_filter
  user = CALLER

r2:
  driver = redirect
  local_parts = include
  data = :include:DIR/test-holey


# ------ Retry ------

begin retry

*  *  F,1d,1h

# End