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