MailScanner v5
Go to file
Shawn Iverson 165dd673a0
Improve build scripts and update changelog (#482)
* Refactor build files for rpms and debs
Stop prompting for version and tag with VERSION file
Update global changelog
Completely automate updating debian changelog file

* Fix bogus date in specs

* Add back missing DEBIAN dir

* Copy in missing changelog file

* Move changelog to correct location and fix

* Fix substitution
2020-05-16 13:26:00 -04:00
builds 5.3.2-2 Update Fix (#468) 2020-04-25 18:43:46 -04:00
common FET: Add support for the Sophos SAVID Daemon Anti-virus Engine (#481) 2020-05-16 08:40:16 -04:00
config.index FET: Add support for the Sophos SAVID Daemon Anti-virus Engine (#481) 2020-05-16 08:40:16 -04:00
debian Improve build scripts and update changelog (#482) 2020-05-16 13:26:00 -04:00
doc Update doc and align versions (#372) 2019-03-03 17:27:37 -05:00
nix Update 5.2.1-1 (#410) 2019-11-03 18:40:24 -05:00
rhel Improve build scripts and update changelog (#482) 2020-05-16 13:26:00 -04:00
suse Improve build scripts and update changelog (#482) 2020-05-16 13:26:00 -04:00
Build.debian Improve build scripts and update changelog (#482) 2020-05-16 13:26:00 -04:00
Build.nix Update 5.2.1-1 (#410) 2019-11-03 18:40:24 -05:00
Build.rhel Improve build scripts and update changelog (#482) 2020-05-16 13:26:00 -04:00
Build.suse Improve build scripts and update changelog (#482) 2020-05-16 13:26:00 -04:00
changelog Improve build scripts and update changelog (#482) 2020-05-16 13:26:00 -04:00
LICENSE release prep 2016-05-11 11:12:33 -04:00
README 5.3.2-2 Update Fix (#468) 2020-04-25 18:43:46 -04:00
VERSION Improve build scripts and update changelog (#482) 2020-05-16 13:26:00 -04:00

# Welcome to MailScanner!
#
# Current version: 5.3.2-2
#
# 25 April 2020
# MailScanner Team <https://www.mailscanner.info>
#
# 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 any generic NIX package.
#
#   Info:       https://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
#   Milter:     https://github.com/MailScanner/v5/blob/master/doc/MailScanner%20Milter%20Guide.pdf
#   Support:    http://lists.mailscanner.info/mailman/listinfo/mailscanner
#
#   Install/Update
#       Redhat-based
#           rpm -ivh MailScanner-5.x.x-x.rhel.noarch.rpm
#           /usr/sbin/ms-configure [--update]
#       Debian-based
#           dpkg -i MailScanner-5.x.x.x-x.noarch.deb
#           /usr/sbin/ms-configure [--update]
#       SuSE-based
#           rpm -ivh MailScanner-5.x.x.x-x.suse.noarch.rpm
#           /usr/sbin/ms-configure [--update]
#       Other *nix
#           tar -xvzf MailScanner-5.x.x-x.nix.tar.gz
#           ./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
#