summaryrefslogtreecommitdiff
path: root/test/confs/0313
blob: 58fca2c8410c6354f9933dfd089420fb1b71f01d (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
33
34
# 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
.ifdef INC
  include_directory = DIR/
.endif
  data = :include:DIR/test-holey


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

begin retry

*  *  F,1d,1h

# End