Testsuite: 3450: debian8 flavour
[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
23f3dc67 11tls_advertise_hosts =
a60f6c07 12
f1bd189b 13av_scanner = f-protd : localhost4 PORT_S
a60f6c07
JH
14
15# ----- Main settings -----
16
17acl_smtp_rcpt = accept
18acl_smtp_data = c_data
19
20begin acl
21
22c_data:
0f0c8159 23 accept !malware = * OPT
055e2cb4 24 deny logwrite = $callout_address malware_name $malware_name
a60f6c07
JH
25
26# ----- Routers -----
27
28begin routers
29
30r:
31 driver = redirect
32 data = :blackhole:
33
34# End