MailScanner v5
Go to file
2019-09-15 07:28:59 -04:00
builds 5.1.3-2 Builds (#361) 2019-01-27 15:38:27 -05:00
common Flag hidden URL disarm (#399) 2019-09-14 18:44:24 -04:00
config.index Merge pull request #99 from msapiro/fix_97 2017-09-21 10:27:03 -04:00
debian Fix update (#404) 2019-09-15 07:28:59 -04:00
doc Update doc and align versions (#372) 2019-03-03 17:27:37 -05:00
nix MailScanner 5.1.1-1 (#213) 2018-09-01 17:02:08 -04:00
rhel Fix update (#404) 2019-09-15 07:28:59 -04:00
suse Fix update (#404) 2019-09-15 07:28:59 -04:00
Build.debian Refactor patch (#276) 2018-10-23 17:35:35 -04:00
Build.nix /var -> /usr update 2016-05-09 19:45:10 -04:00
Build.rhel Refactor patch (#276) 2018-10-23 17:35:35 -04:00
Build.suse Refactor patch (#276) 2018-10-23 17:35:35 -04:00
changelog Update changelog (#391) 2019-07-07 13:03:22 -04:00
LICENSE release prep 2016-05-11 11:12:33 -04:00
README Update changelog and README (#389) 2019-07-07 10:25:25 -04:00

# Welcome to MailScanner!
#
# Current version: 5.1.3-2 Release (5.1.4-1 pending testing)
#
# 27 January 2019
# 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
#		tar -xvzf MailScanner-5.x.x-x.distro.tar.gz
#		cd MailScanner-5.x.x-x
#		./install.sh
#		(reboot may be required)
#
#	Update
#		tar -xvzf MailScanner-5.x.x-x.distro.tar.gz
#		cd MailScanner-5.x.x-x
#		./install.sh --update
#		(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
#