summaryrefslogtreecommitdiff
path: root/test/confs/5705
blob: 9e9bbadb94b076a408ee43cfab9655f896b3e268 (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 5705

.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_fail:
  driver = redirect
  local_parts = userx
  allow_filter
  allow_fail
  user = EXIMUSER
  data = :fail: this filter failed

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

# End