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