From c53929b2e2f3588bd3cfbe448d3e01b43d535724 Mon Sep 17 00:00:00 2001 From: "Jerry.Benton" Date: Wed, 11 May 2016 11:12:33 -0400 Subject: [PATCH] release prep none --- LICENSE | 2 +- README | 50 ++++++++++++++++++++----- changelog | 12 ++++++ common/etc/MailScanner/MailScanner.conf | 6 ++- debian/changelog | 4 +- 5 files changed, 60 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 23cb790..1b8a5cd 100644 --- a/LICENSE +++ b/LICENSE @@ -336,4 +336,4 @@ This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. +Public License instead of this License. \ No newline at end of file diff --git a/README b/README index 2d5c293..657cad1 100644 --- a/README +++ b/README @@ -1,25 +1,55 @@ # Welcome to MailScanner! # +# Current version: 5.0.0-9 release +# +# Jerry Benton - 11 May 2016 +# +# +# # MailScanner is an open source email gateway that processes email for # spam, viruses, phishing, and other malicious content. MailScanner # leverages other open source software such as ClamAV and # Spamassassin. MailScanner will run on any NIX platform and includes # install packages for popular distributions such as Redhat, Debian, and -# SUSE in addition to a generic NIX package. +# SUSE in addition to any generic NIX package. # # -# Info: http://www.mailscanner.info -# Manual: https://s3.amazonaws.com/msv5/docs/ms-admin-guide.pdf +# Info: http://www.mailscanner.info +# Release: https://www.mailscanner.info/downloads +# Github: https://github.com/MailScanner/v5 +# Manual: https://s3.amazonaws.com/msv5/docs/ms-admin-guide.pdf +# Support: http://lists.mailscanner.info/listinfo/mailscanner # -# /etc/MailScanner/MailScanner.conf for config details +# Install: +# tar -xvzf MailScanner-5.x.x-x.distro.tar.gz +# cd MailScanner-5.x.x-x +# ./install.sh +# +# MTA Guides: +# sendmail - https://www.mailscanner.info/sendmail +# postfix - https://www.mailscanner.info/postfix +# exim - https://www.mailscanner.info/exim +# +# Setup: +# Edit /etc/MailScanner/defaults and set options +# Edit /etc/MailScanner/MailScanner.conf and set options +# service mailscanner start +# +# NIX: +# For generic NIX systems, create a symlink for controlling the +# start/stop/restart of the program to: +# +# /usr/lib/MailScanner/init/ms-init +# +# * This is not required for RHEL, CentOS, Debian, Ubuntu, SUSE +# +# File Locations: +# /etc/MailScanner +# /usr/share/MailScanner +# /usr/lib/MailScanner # -# -# Support: http://lists.mailscanner.info/listinfo/mailscanner -# -# Jerry Benton - 10 May 2016 -# # -# Current version: 5.0.0-8 beta + diff --git a/changelog b/changelog index 1e1bb5c..d99535a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,15 @@ +05/13/2016 Changes in v5.0.0-9 +================================== +- RHEL installer correction: creation of /etc/mail/spamassassin/mailscanner.cf +- start levels 80 20 set in Debian and RHEL +- ms-sa-update corrected +- errant removal of /usr/lib/MailScanner corrected +- added checks to remove init.d scripts or links pre-install +- added remove to update-rc.d and chkconfig pre-install +- added add to update-rc.d and chkconfig post-install +- corrected missing variable in RHEL install.sh script +- installers refined and updated + 04/30/2016 Changes in v5.0.0-1 ================================== - New Release diff --git a/common/etc/MailScanner/MailScanner.conf b/common/etc/MailScanner/MailScanner.conf index 39f199c..4392a18 100644 --- a/common/etc/MailScanner/MailScanner.conf +++ b/common/etc/MailScanner/MailScanner.conf @@ -4,13 +4,17 @@ # Instead of making changes directly to this file, you should put your # configuration options in your own file in /etc/MailScanner/conf.d/ # Example file: /etc/MailScanner/conf.d/my_settings.conf -# Put configuration values in that file. +# # Examples: # # %org-name% = foobar # Max Children = 30 # Incoming Queue Dir = /var/spool/mqueue.in # +# READ THIS TOO! +# In addition to this file you must also set your preferences in: +# +# /etc/MailScanner/defaults # # It's good practice to check through configuration files to make sure # they fit with your system and your needs, whatever you expect them to diff --git a/debian/changelog b/debian/changelog index fac0a00..ce0bd46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -MailScanner (5.0.0-1) UNRELEASED; urgency=low +MailScanner (5.0.0-9) UNRELEASED; urgency=low * Initial release - -- Jerry Benton Wed, 26 Apr 2016 01:00:00 -0400 \ No newline at end of file + -- Jerry Benton Wed, 11 May 2016 01:00:00 -0400 \ No newline at end of file