Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 4015
1 # Exim test configuration 4002
2 # Content-scan: spamassassin interface
3
4 OPT= 127.0.0.1 7833
5
6 .include DIR/aux-var/std_conf_prefix
7
8 log_selector = +subject
9 primary_hostname = myhost.test.ex
10
11 # we need to set the sender
12 trusted_users = CALLER
13
14 spamd_address = OPT
15
16 # ----- Main settings -----
17
18 acl_smtp_rcpt = accept
19 acl_smtp_data = c_data
20
21 begin acl
22
23 c_data:
24 warn
25 spam = nobody
26 warn
27 log_message = $callout_address $spam_action $spam_report
28 accept
29
30 # ----- Routers -----
31
32 begin routers
33
34 r:
35 driver = redirect
36 data = :blackhole:
37
38 # End