mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
925dc742a6
- Update to 4.36.4 Removed file(s): - files/patch-lib:MailScanner:Message.pm ChangeLog: * New Features and Improvements * - Improved URL trimming in phishing net. - Various improvements and fixes in phishing net. - Added support for RedHat Enterprise Linux 4. - Added check for Password-Protected Archives setting when using clamavmodule. - Added support for "fast" parameter to all installation scripts. This reduces all waits to 1 second, greatly speeds installation! - Improved logging when there are too many attachments. - Added message ID to log of phishing attempts. - Added autoupdater for Panda. - Added %variables% to text and HTML report messages, so the email "signature" added to the end of each report is customised centrally from MailScanner.conf. This currently uses %org-long-name% and %web-site%. - Added upgrade_languages_conf script to automate upgrading of the languages.conf file in whatever translation directory you use. * Fixes * - Fixed outstanding problem in bitdefender-autoupdate, so that it works properly on new installations. - Fixed logging problem with phishing net on a few malformed messages. - Removed /var/tmp files from MailScanner-MIME-Base64 rpm build. - Fixed problem in Vexira parser. - Fixed problem where All-Viruses would cause every problem to be silent. PR: ports/75127 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> |
||
---|---|---|
.. | ||
mailscanner.sh | ||
mta.sh | ||
patch-docs:man:MailScanner.8 | ||
patch-docs:man:MailScanner.8.html | ||
patch-docs:man:MailScanner.conf.5 | ||
patch-docs:man:MailScanner.conf.5.html | ||
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