From c3693747c63a6df78812f798eec74c98c3de5392 Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Wed, 18 Jun 2003 03:11:13 +0000 Subject: PR: 53251 Submitted by: Jan-Peter Koopmann Add mailscanner 4.21.9, a powerful virus/spam scanning framework for Sendmail and Exim. 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. Not only can it scan for known viruses, but it can also protect against unknown viruses hidden inside e-mail attachments by refusing entry to attachments whose filenames match any given pattern. This can include generic patterns that trap filenames attempting to hide the true filename extension (e.g. ".txt.vbs"). --- .../files/patch-etc:virus.scanners.conf | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 mail/MailScanner-devel/files/patch-etc:virus.scanners.conf (limited to 'mail/MailScanner-devel/files/patch-etc:virus.scanners.conf') diff --git a/mail/MailScanner-devel/files/patch-etc:virus.scanners.conf b/mail/MailScanner-devel/files/patch-etc:virus.scanners.conf new file mode 100644 index 000000000000..fd6f8f50f267 --- /dev/null +++ b/mail/MailScanner-devel/files/patch-etc:virus.scanners.conf @@ -0,0 +1,43 @@ +--- ../MailScanner-4.21-9.orig/etc/virus.scanners.conf Wed May 14 21:46:21 2003 ++++ etc/virus.scanners.conf Thu Jun 12 15:29:38 2003 +@@ -1,21 +1,21 @@ + # This is a list of the names of the virus scanning engines, along with the + # filename of the command or script to run to invoke each one. +-sophos /opt/MailScanner/lib/sophos-wrapper +-f-prot /opt/MailScanner/lib/f-prot-wrapper +-mcafee /opt/MailScanner/lib/mcafee-wrapper +-rav /opt/MailScanner/lib/rav-wrapper +-kaspersky /opt/MailScanner/lib/kaspersky-wrapper +-kavdaemonclient /opt/MailScanner/lib/kavdaemonclient-wrapper +-panda /opt/MailScanner/lib/panda-wrapper +-f-secure /opt/MailScanner/lib/f-secure-wrapper +-clamav /opt/MailScanner/lib/clamav-wrapper +-trend /opt/MailScanner/lib/trend-wrapper +-antivir /opt/MailScanner/lib/antivir-wrapper +-inoculate /opt/MailScanner/lib/inoculate-wrapper +-inoculan /opt/MailScanner/lib/inoculan-wrapper +-command /opt/MailScanner/lib/command-wrapper +-nod32 /opt/MailScanner/lib/nod32-wrapper +-nod32-1.99 /opt/MailScanner/lib/nod32-wrapper +-bitdefender /opt/MailScanner/lib/bitdefender-wrapper +-sophossavi /bin/false +-none /bin/false ++sophos /usr/local/libexec/MailScanner/sophos-wrapper ++f-prot /usr/local/libexec/MailScanner/f-prot-wrapper ++mcafee /usr/local/libexec/MailScanner/mcafee-wrapper ++rav /usr/local/libexec/MailScanner/rav-wrapper ++kaspersky /usr/local/libexec/MailScanner/kaspersky-wrapper ++kavdaemonclient /usr/local/libexec/MailScanner/kavdaemonclient-wrapper ++panda /usr/local/libexec/MailScanner/panda-wrapper ++f-secure /usr/local/libexec/MailScanner/f-secure-wrapper ++clamav /usr/local/libexec/MailScanner/clamav-wrapper ++trend /usr/local/libexec/MailScanner/trend-wrapper ++antivir /usr/local/libexec/MailScanner/antivir-wrapper ++inoculate /usr/local/libexec/MailScanner/inoculate-wrapper ++inoculan /usr/local/libexec/MailScanner/inoculan-wrapper ++command /usr/local/libexec/MailScanner/command-wrapper ++nod32 /usr/local/libexec/MailScanner/nod32-wrapper ++nod32-1.99 /usr/local/libexec/MailScanner/nod32-wrapper ++bitdefender /usr/local/libexec/MailScanner/bitdefender-wrapper ++sophossavi /usr/bin/false ++none /usr/bin/false -- cgit v1.2.3