release prep

none
This commit is contained in:
Jerry.Benton 2016-05-11 11:12:33 -04:00
parent ed8e71a7f8
commit c53929b2e2
5 changed files with 60 additions and 14 deletions

View file

@ -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 proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the 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 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.

50
README
View file

@ -1,25 +1,55 @@
# Welcome to MailScanner! # Welcome to MailScanner!
# #
# Current version: 5.0.0-9 release
#
# Jerry Benton - 11 May 2016
# <mailscanner@mailborder.com>
#
#
# MailScanner is an open source email gateway that processes email for # MailScanner is an open source email gateway that processes email for
# spam, viruses, phishing, and other malicious content. MailScanner # spam, viruses, phishing, and other malicious content. MailScanner
# leverages other open source software such as ClamAV and # leverages other open source software such as ClamAV and
# Spamassassin. MailScanner will run on any NIX platform and includes # Spamassassin. MailScanner will run on any NIX platform and includes
# install packages for popular distributions such as Redhat, Debian, and # 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 # Info: http://www.mailscanner.info
# Manual: https://s3.amazonaws.com/msv5/docs/ms-admin-guide.pdf # 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
# <mailscanner@mailborder.com>
# #
# Current version: 5.0.0-8 beta

View file

@ -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 04/30/2016 Changes in v5.0.0-1
================================== ==================================
- New Release - New Release

View file

@ -4,13 +4,17 @@
# Instead of making changes directly to this file, you should put your # Instead of making changes directly to this file, you should put your
# configuration options in your own file in /etc/MailScanner/conf.d/ # configuration options in your own file in /etc/MailScanner/conf.d/
# Example file: /etc/MailScanner/conf.d/my_settings.conf # Example file: /etc/MailScanner/conf.d/my_settings.conf
# Put configuration values in that file. #
# Examples: # Examples:
# #
# %org-name% = foobar # %org-name% = foobar
# Max Children = 30 # Max Children = 30
# Incoming Queue Dir = /var/spool/mqueue.in # 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 # 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 # they fit with your system and your needs, whatever you expect them to

4
debian/changelog vendored
View file

@ -1,5 +1,5 @@
MailScanner (5.0.0-1) UNRELEASED; urgency=low MailScanner (5.0.0-9) UNRELEASED; urgency=low
* Initial release * Initial release
-- Jerry Benton <mailscanner@mailborder.com> Wed, 26 Apr 2016 01:00:00 -0400 -- Jerry Benton <mailscanner@mailborder.com> Wed, 11 May 2016 01:00:00 -0400