forked from Lainports/freebsd-ports
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> 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").
17 lines
624 B
Text
17 lines
624 B
Text
--- ../MailScanner-4.21-9.orig/bin/MailScanner Mon Jun 2 11:01:26 2003
|
|
+++ bin/MailScanner Thu Jun 12 15:29:38 2003
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/perl -I/opt/MailScanner/lib
|
|
+#!/usr/bin/perl -I/usr/local/lib/MailScanner
|
|
#
|
|
# MailScanner - SMTP E-Mail Virus Scanner
|
|
# Copyright (C) 2002 Julian Field
|
|
@@ -125,7 +125,7 @@
|
|
|
|
# Find the mailscanner.conf file, with a default just in case.
|
|
my $ConfFile = $ARGV[0];
|
|
-$ConfFile = '/opt/MailScanner/etc/MailScanner.conf' unless $ConfFile;
|
|
+$ConfFile = '/usr/local/etc/MailScanner/MailScanner.conf' unless $ConfFile;
|
|
|
|
# Load the MTA modules we need
|
|
my($MTAmod, $MTADSmod);
|