1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/mail/mailscanner/files
Renato Botelho 885c805aa0 - Update to 4.44.6
* New Features and Improvements *
- Published new version of the book, but advise you don't purchase until
  3rd week of August so I get to check a copy off the press first.
- Optimised situation where spam archive is being kept clean but many
  messages are being deleted. Thanks to yavor.trapkov@wipe.int for that.
- Improved logging to show what sort of HTML tags have been disarmed.
- Added "Scan Messages" option (intended to be a ruleset) which is an
  easy way of disabling all scanning and processing of messages. Great
  for customers who don't want scanning of any sort on their messages.
- More phishing net improvements and additions to the safe sites list.

* Fixes *
- Resolved dependency problems by "tweaking" /usr/lib/rpm/perl.req to
  produce no output.
- Added more Postfix temporarily-invalid-message checks.
  This is working perfectly reliably now.
- Added disk full checks for MailScanner/incoming space.
- Added missing object instantiate in the generic spam scanner.
- Fixed reporting and scoring bugs in Custom Spam Scanner.
- Made Postfix hash depth measurement more tolerant of stray files such
  as Razor logs appearing in the hold queue directories.
- Delete temporary TNEF files created by internal TNEF decoder/expander.
- Removed stray tar.gz files from tar distribution that shouldn't be there.

PR:		ports/85218
Submitted by:	maintainer
2005-08-31 13:19:02 +00:00
..
mailscanner.sh - Update to 4.24-5 2003-11-20 22:10:36 +00:00
mta.sh Update to 4.32.5 2004-08-08 17:16:18 +00:00
patch-docs:man:MailScanner.8 - Update to 4.44.6 2005-08-31 13:19:02 +00:00
patch-docs:man:MailScanner.8.html - Update to 4.44.6 2005-08-31 13:19:02 +00:00
patch-docs:man:MailScanner.conf.5 - Update to 4.44.6 2005-08-31 13:19:02 +00:00
patch-docs:man:MailScanner.conf.5.html - Update to 4.44.6 2005-08-31 13:19:02 +00:00
patch-lib:clamav-wrapper - Update to 4.42.9 2005-06-01 16:34:12 +00:00
pkg-message.in - Update to 4.41.3 [1] 2005-05-10 17:26:44 +00:00
README.FreeBSD.port Update to 4.32.5 2004-08-08 17:16:18 +00:00
Sophos.install.freebsd - Patch several installed files to respect LOCALBASE [1] 2004-01-31 23:43:16 +00:00

The MailScanner port is using the original MailScanner tarball from 
www.mailscanner.info. This tarball puts all the MailScanner files in 
subdirectories

bin	MailScanner binary / MailScanner start script etc.
etc	MailScanner config files / rules / report templates
lib	Virus wrapper and autoupdate scripts / MailScanner Perl libraries
docs	Documentation
var	pid file

In order to make this FreeBSD compliant the port installs those files
in the following directories:

/usr/local/libexec/MailScanner	MailScanner binary, virus wrapper/autoupdate
/usr/local/lib/MailScanner	MailScanner Perl libraries
/usr/local/share/MailScanner	MailScanner report templates
/usr/local/share/doc/MailScanner	Documentation
/usr/local/etc/MailScanner	MailScanner config files / rules
/usr/local/etc/rc.d		start/stop scripts

The port installs two start/stop scripts in /usr/local/etc/rc.d:

mailscanner.sh.sample
mta.sh.sample

My suggestion is to use these scripts instead of the usual FreeBSD MTA startup
process. This of course means that you will have to disable MTA startup 
in rc.conf completely. Put this in your rc.conf:

sendmail_enable="NONE"

Then adjust sendmail.sh or exim.sh to your configuration. Have a look at the
MailScanner manpage for MTA setup hints.

When upgrading the port it will try to look for new options/variables in
MailScanner.conf using Julians upgrade_MailScanner_conf script. If it finds
changes it will create a newly merged MailScanner.conf and copy it to
/usr/local/etc/MailScanner/MailScanner.conf.new.PORTVERSION.


If you have suggestions for this port please let me know and drop me an e-mail at

j.koopmann@seceidos.de


Thanks,
  Jan-Peter Koopmann