v5/README.md

61 lines
2.2 KiB
Markdown
Raw Normal View History

![BuildPackages](https://github.com/MailScanner/v5/workflows/BuildPackages/badge.svg?branch=master)
# Welcome to MailScanner!
2016-05-04 03:11:17 +08:00
#
2020-05-17 07:40:06 +08:00
# Current version: 5.3.2-2 (5.3.3-1 pending)
2016-05-11 23:12:33 +08:00
#
# 25 April 2020
2019-01-18 08:15:31 +08:00
# MailScanner Team <https://www.mailscanner.info>
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
#
# 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
2016-05-04 03:11:17 +08:00
#
# Install/Update
# Redhat-based
2020-05-17 07:40:06 +08:00
# rpm -ivh|-Uvh 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
2020-05-17 07:40:06 +08:00
# rpm -ivh|-Uvh 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
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
2016-04-23 20:57:46 +08:00
#
# Setup:
# Edit /etc/MailScanner/defaults and set options
# Edit /etc/MailScanner/MailScanner.conf and set options
# service mailscanner start
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:
2016-05-11 23:12:33 +08:00
#
# /usr/lib/MailScanner/init/ms-init
2016-05-11 23:12:33 +08:00
#
# * This is not required for RHEL, CentOS, Debian, Ubuntu, SUSE
2016-05-11 23:12:33 +08:00
#
# File Locations:
# /etc/MailScanner
# /usr/share/MailScanner
# /usr/lib/MailScanner
2020-05-17 07:49:14 +08:00
#