v5/README.md

86 lines
2.1 KiB
Markdown
Raw Normal View History

2020-05-17 10:07:08 +08:00
![BuildPackages](https://github.com/MailScanner/v5/workflows/Build/badge.svg?branch=master)
# Welcome to MailScanner!
2020-05-17 08:03:48 +08:00
Current version: 5.3.2-2 (5.3.3-1 pending)
25 April 2020
2020-05-17 08:15:42 +08:00
2020-05-17 08:03:48 +08:00
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.
2020-05-17 08:05:13 +08:00
Info: https://www.mailscanner.info
2020-05-17 08:05:48 +08:00
2020-05-17 08:05:13 +08:00
Release: https://www.mailscanner.info/downloads
2020-05-17 08:05:48 +08:00
2020-05-17 08:05:13 +08:00
Github: https://github.com/MailScanner/v5
2020-05-17 08:05:48 +08:00
2020-05-17 08:05:13 +08:00
Manual: https://s3.amazonaws.com/msv5/docs/ms-admin-guide.pdf
2020-05-17 08:05:48 +08:00
2020-05-17 08:05:13 +08:00
Milter: https://github.com/MailScanner/v5/blob/master/doc/MailScanner%20Milter%20Guide.pdf
2020-05-17 08:05:48 +08:00
2020-05-17 08:05:13 +08:00
Support: http://lists.mailscanner.info/mailman/listinfo/mailscanner
2020-05-17 08:03:48 +08:00
2020-05-17 08:15:42 +08:00
## Install/Update
2020-05-17 08:05:13 +08:00
Redhat-based
2020-05-17 08:03:48 +08:00
```
rpm -ivh|-Uvh MailScanner-5.x.x-x.rhel.noarch.rpm
/usr/sbin/ms-configure [--update]
```
2020-05-17 08:05:13 +08:00
Debian-based
2020-05-17 08:03:48 +08:00
```
dpkg -i MailScanner-5.x.x.x-x.noarch.deb
/usr/sbin/ms-configure [--update]
2020-05-17 08:05:13 +08:00
```
SuSE-based
2020-05-17 08:03:48 +08:00
```
rpm -ivh|-Uvh MailScanner-5.x.x.x-x.suse.noarch.rpm
/usr/sbin/ms-configure [--update]
```
2020-05-17 08:05:13 +08:00
Other *nix
2020-05-17 08:03:48 +08:00
```
tar -xvzf MailScanner-5.x.x-x.nix.tar.gz
./install.sh
```
2020-05-17 08:09:40 +08:00
## MTA Guides:
2020-05-17 08:07:34 +08:00
2020-05-17 08:05:13 +08:00
sendmail - https://www.mailscanner.info/sendmail
2020-05-17 08:06:41 +08:00
2020-05-17 08:05:13 +08:00
postfix - https://www.mailscanner.info/postfix
2020-05-17 08:06:41 +08:00
2020-05-17 08:05:13 +08:00
exim - https://www.mailscanner.info/exim
2020-05-17 08:03:48 +08:00
2020-05-17 08:07:34 +08:00
2020-05-17 08:09:40 +08:00
## Setup:
2020-05-17 08:07:34 +08:00
2020-05-17 08:05:13 +08:00
Edit /etc/MailScanner/defaults and set options
2020-05-17 08:06:41 +08:00
2020-05-17 08:05:13 +08:00
Edit /etc/MailScanner/MailScanner.conf and set options
2020-05-17 08:06:41 +08:00
2020-05-17 08:05:13 +08:00
service mailscanner start
2020-05-17 08:03:48 +08:00
2020-05-17 08:07:34 +08:00
2020-05-17 08:09:40 +08:00
## NIX:
2020-05-17 08:07:34 +08:00
2020-05-17 08:08:56 +08:00
For generic NIX systems, create a symlink for controlling the start/stop/restart of the program to:
2020-05-17 08:03:48 +08:00
2020-05-17 08:05:13 +08:00
/usr/lib/MailScanner/init/ms-init
2020-05-17 08:06:41 +08:00
2020-05-17 08:05:13 +08:00
* This is not required for RHEL, CentOS, Debian, Ubuntu, SUSE
2020-05-17 08:03:48 +08:00
2020-05-17 08:09:40 +08:00
## File Locations:
2020-05-17 08:08:56 +08:00
2020-05-17 08:05:13 +08:00
/etc/MailScanner
2020-05-17 08:06:41 +08:00
2020-05-17 08:05:13 +08:00
/usr/share/MailScanner
2020-05-17 08:06:41 +08:00
2020-05-17 08:05:13 +08:00
/usr/lib/MailScanner