MailScanner v5
Go to file
Louis van Belle 0a64df6920
Update install.sh
Use lesser cpan modules, Added 2 perl modules for spammassassin from debian tree.
2017-12-28 11:48:09 +01:00
common Merge pull request #47 from giosh94mhz/chain_sa_rules 2017-12-02 18:52:08 -05:00
config.index Merge pull request #99 from msapiro/fix_97 2017-09-21 10:27:03 -04:00
debian Update install.sh 2017-12-28 11:48:09 +01:00
doc work update 2016-04-28 06:38:13 -04:00
nix minor updates 2017-06-08 07:20:54 -04:00
rhel Add update flag 2017-12-02 14:12:36 -05:00
suse Add update flag 2017-12-02 14:12:36 -05:00
Build.debian systemd enhancements 2017-06-06 18:41:40 -04:00
Build.nix /var -> /usr update 2016-05-09 19:45:10 -04:00
Build.rhel systemd enhancements 2017-06-06 18:41:40 -04:00
Build.suse /var -> /usr update 2016-05-09 19:45:10 -04:00
changelog Update release info 2017-09-29 22:26:13 -04:00
LICENSE release prep 2016-05-11 11:12:33 -04:00
README Update release info 2017-09-29 22:26:13 -04:00

# Welcome to MailScanner!
#
# Current version: 5.0.6-5 release
#
# Jerry Benton - 29 September 2017
# <mailscanner@mailborder.com>
#
#
# 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: 		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/mailman/listinfo/mailscanner
#
#	Install/Update:
#		tar -xvzf MailScanner-5.x.x-x.distro.tar.gz
#		cd MailScanner-5.x.x-x
#		./install.sh
#		(reboot may be required)
#
#	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
#
#