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.
17 lines
762 B
Plaintext
17 lines
762 B
Plaintext
$OpenBSD: patch-bin_Sophos_install,v 1.1.1.1 2008/02/20 03:47:18 todd Exp $
|
|
--- bin/Sophos.install.orig Mon Aug 20 15:16:58 2007
|
|
+++ bin/Sophos.install Sat Dec 15 15:12:36 2007
|
|
@@ -204,9 +204,9 @@ if [ -f /etc/sav.conf ]; then
|
|
rm -f /etc/sav.conf
|
|
fi
|
|
|
|
-echo Creating links so Perl-SAVI module compiles
|
|
-[ -e ${SOPHOS}/lib/libsavi.so.2 ] && ln -sf libsavi.so.2 ${SOPHOS}/lib/libsavi.so
|
|
-[ -e ${SOPHOS}/lib/libsavi.so.3 ] && ln -sf libsavi.so.3 ${SOPHOS}/lib/libsavi.so
|
|
+#echo Creating links so Perl-SAVI module compiles
|
|
+#[ -e ${SOPHOS}/lib/libsavi.so.2 ] && ln -sf libsavi.so.2 ${SOPHOS}/lib/libsavi.so
|
|
+#[ -e ${SOPHOS}/lib/libsavi.so.3 ] && ln -sf libsavi.so.3 ${SOPHOS}/lib/libsavi.so
|
|
|
|
echo
|
|
echo Fetching latest IDE virus identities from www.sophos.com
|