Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 5701
CommitLineData
ffbc20ed
MK
1# Exim test configuration 5701
2
3.include DIR/aux-var/std_conf_prefix
4
5# ----- Main settings -----
6
7event_action = ${acl {logger}}
8
9# ----- ACL -----
10
11begin acl
12
13.include DIR/aux-fixed/event-logger-acl
14
15# ----- Routers -----
16
17begin routers
18
19router_filter:
20 driver = redirect
21 reply_transport = reply
22 local_parts = userx-filter
23 allow_filter
24 data = #Exim filter\n seen mail text "This is an autoreply."
25 user = EXIMUSER
26
27others:
28 driver = redirect
29 data = :blackhole:
30
31# ----- Transports -----
32
33begin transports
34
35reply:
36 driver = autoreply
37 to = $reply_address
38 event_action = ${acl {logger}}
39
40# End