67e704c90d
MailScanner is a complete e-mail security system designed for use on e-mail gateways. It protects against viruses, and detects attacks against e-mail client packages (such as Outlook, Outlook Express, Eudora). It can also detect almost all unsolicited commercial e-mail (spam) passing through it and respond to all incidents in a wide variety of ways. ..see http://www.mailscanner.info/ for more details. I have included a generic spam scanner that if enabled uses dspam, as an alternative to SpamAssassin. Thanks to Brad Smith for helping get this ready for import. This has been a few years in the making.
16 lines
644 B
Plaintext
16 lines
644 B
Plaintext
$OpenBSD: patch-lib_kavdaemonclient-wrapper,v 1.1.1.1 2008/02/20 03:47:18 todd Exp $
|
|
--- lib/kavdaemonclient-wrapper.orig Sat Aug 9 06:04:02 2003
|
|
+++ lib/kavdaemonclient-wrapper Wed Mar 22 20:40:19 2006
|
|
@@ -2,9 +2,9 @@
|
|
|
|
# kavdaemonclient-wrapper -- invoke Kaspersky Daemon client for use with
|
|
# mailscanner
|
|
-# It uses AvpDaemonClient from /opt/AVP/DaemonClients/Sample1
|
|
+# It uses AvpDaemonClient from %PREFIX%/AVP/DaemonClients/Sample1
|
|
# You should build it like this:
|
|
-# cd /opt/AVP/DaemonClients
|
|
+# cd %PREFIX%/AVP/DaemonClients
|
|
# ./configure
|
|
# make
|
|
# cp Sample1/AvpDaemonClient /usr/local/bin
|