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.
13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
$OpenBSD: patch-lib_f-secure-wrapper,v 1.1.1.1 2008/02/20 03:47:18 todd Exp $
|
|
--- lib/f-secure-wrapper.orig Wed Oct 31 07:58:54 2007
|
|
+++ lib/f-secure-wrapper Sat Dec 15 15:31:56 2007
|
|
@@ -44,7 +44,7 @@ Root=$1
|
|
shift
|
|
|
|
# FSAV version 4.6x
|
|
-FSAV_CONF=/etc/opt/f-secure/fssp/fssp.conf
|
|
+FSAV_CONF=/etc/f-secure/fssp/fssp.conf
|
|
if [ -f $FSAV_CONF ] && grep -i '^daemondatabasedirectory' $FSAV_CONF >/dev/null
|
|
then
|
|
PackageDir=$Root/bin
|