v5/README

61 lines
1.8 KiB
Plaintext
Raw Normal View History

# Welcome to MailScanner!
2016-05-04 03:11:17 +08:00
#
2018-12-24 12:17:53 +08:00
# Current version: 5.1.3-1 Release
2016-05-11 23:12:33 +08:00
#
2018-12-24 12:17:53 +08:00
# Shawn Iverson - 23 December 2018
2018-10-20 22:09:20 +08:00
# <shawniverson@efa-project.org>
2016-05-11 23:12:33 +08:00
#
#
2016-05-04 03:11:37 +08:00
# 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
2016-05-11 23:12:33 +08:00
# SUSE in addition to any generic NIX package.
2016-05-04 03:11:17 +08:00
#
#
2016-05-11 23:12:33 +08:00
# 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
2018-09-02 07:41:40 +08:00
# Milter: https://github.com/MailScanner/v5/blob/master/doc/MailScanner%20Milter%20Guide.pdf
2016-10-14 02:16:17 +08:00
# Support: http://lists.mailscanner.info/mailman/listinfo/mailscanner
#
# Install
2016-05-11 23:12:33 +08:00
# tar -xvzf MailScanner-5.x.x-x.distro.tar.gz
# cd MailScanner-5.x.x-x
# ./install.sh
# (reboot may be required)
2017-08-20 06:39:34 +08:00
#
# Update
# tar -xvzf MailScanner-5.x.x-x.distro.tar.gz
# cd MailScanner-5.x.x-x
# ./install.sh --update
# (reboot may be required)
#
2016-05-11 23:12:33 +08:00
# 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
2016-04-23 20:57:46 +08:00
#
2016-05-11 23:12:33 +08:00
# 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
#
#