Removed doc references to relay-test.mail-abuse.org
[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 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13 tls_advertise_hosts =
14 log_selector = +subject
15
16 spamd_address = OPT
17
18 # ----- Main settings -----
19
20 acl_smtp_rcpt = accept
21 acl_smtp_data = c_data
22
23 begin acl
24
25 c_data:
26 warn
27 spam = nobody
28 warn
29 log_message = $callout_address $spam_action $spam_report
30 accept
31
32 # ----- Routers -----
33
34 begin routers
35
36 r:
37 driver = redirect
38 data = :blackhole:
39
40 # End