summaryrefslogtreecommitdiff
path: root/test/confs/5706
blob: e9275314ef6d195c457a3c9bd9efa7f3ca110d47 (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 5706

.include DIR/aux-var/std_conf_prefix

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

event_action = ${acl {logger}}

# ----- ACL -----

begin acl

.include DIR/aux-fixed/event-logger-acl

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

begin routers

filter_file_fail:
  driver = redirect
  local_parts = userx
  allow_filter
  allow_fail
  file = DIR/aux-fixed/TESTNUM.filter
  user = EXIMUSER

dump_bounces:
  driver = redirect
  senders = :
  data = :blackhole:

# End