Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 4009
1 # Exim test configuration 4009
2 # Content-scan: spamassassin interface
3
4 OPT= 127.0.0.1 7833
5
6 exim_path = EXIM_PATH
7 keep_environment =
8 host_lookup_order = bydns
9 primary_hostname = myhost.test.ex
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
12 gecos_pattern = ""
13 gecos_name = CALLER_NAME
14 tls_advertise_hosts =
15 log_selector = +subject
16
17 spamd_address = OPT
18
19 # ----- Main settings -----
20
21 acl_smtp_rcpt = accept
22 acl_smtp_data = c_data
23
24 begin acl
25
26 c_data:
27 warn
28 spam = nobody
29 warn
30 log_message = $callout_address $spam_action $spam_report
31 accept
32
33 # ----- Routers -----
34
35 begin routers
36
37 r:
38 driver = redirect
39 data = :blackhole:
40
41 # End