New $callout_address variable to record spamd (etc) address. Bug 1652
[exim.git] / test / confs / 4001
CommitLineData
a60f6c07
JH
1# Exim test configuration 4001
2# Content-scan: f-protd interface
3
4exim_path = EXIM_PATH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12av_scanner = f-protd : localhost PORT_S
13
14# ----- Main settings -----
15
16acl_smtp_rcpt = accept
17acl_smtp_data = c_data
18
19begin acl
20
21c_data:
0f0c8159 22 accept !malware = * OPT
055e2cb4 23 deny logwrite = $callout_address malware_name $malware_name
a60f6c07
JH
24
25# ----- Routers -----
26
27begin routers
28
29r:
30 driver = redirect
31 data = :blackhole:
32
33# End