1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/mail/mailscanner-devel/files
Edwin Groothuis 483a586f40 [MAINTAINER] mail/MailScanner-devel: update to 4.37.3
- Update to 4.37.3

    Change Log:
    * New Features and Improvements *
    - When stripping HTML messages to plain text, the contents of script and
      style tags are omitted.
    - Phishing net improved to ignore email addresses.
    - Now supports split sendmail queues where any incoming mqueue.in directory
      can have qf, df, xf, tf subdirectories, each containing the appropriate
      type of file for each message. This will greatly speed operation on big
      queues as the directories will be less than half the size of a combined
      queue directory.
    - New option "Keep Spam And MCP Archive Clean" which forces it to virus scan
      all spam that is quarantined. Any spam (or MCP messages) found to be virus-
      infected are removed from the quarantine, so you can safely let your users
      have access to the spam archive safe in the knowledge that they cannot get
      any viruses out of it.
      Note: This feature is disabled by default, as most people won't want the
	    performance hit of all the extra scanning, as they don't their users
	    access to the spam quarantine anyway.
    - Changed Postfix handling so that "Archive Mail" feature creates files
      with unique names so that re-used message-ids don't cause overwriting of
      older files in the same day with the same message-id.

    * Fixes *
    - Fixed sendmail and ZMailer problem where subject lines starting with a
      line-break were not tagged correctly.
    - Fixed minor problems with multi-line Subject: headers.
    - Fixed bugs with some MTAs when keeping spam archive clean.

PR:		ports/75128
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de>
2004-12-17 08:24:24 +00:00
..
mailscanner.sh
mta.sh Update mailscanner to 4.32.4. 2004-07-28 17:54:28 +00:00
patch-docs:man:MailScanner.8 [MAINTAINER] mail/MailScanner-devel: update to 4.37.3 2004-12-17 08:24:24 +00:00
patch-docs:man:MailScanner.8.html [MAINTAINER] mail/MailScanner-devel: update to 4.37.3 2004-12-17 08:24:24 +00:00
patch-docs:man:MailScanner.conf.5 [MAINTAINER] mail/MailScanner-devel: update to 4.37.3 2004-12-17 08:24:24 +00:00
patch-docs:man:MailScanner.conf.5.html [MAINTAINER] mail/MailScanner-devel: update to 4.37.3 2004-12-17 08:24:24 +00:00
patch-lib:clamav-wrapper
README.FreeBSD.port
Sophos.install.freebsd

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