forked from MailScanner/v5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
55 lines (51 loc) · 1.5 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Welcome to MailScanner!
#
# Current version: 5.0.4-4 release
#
# Jerry Benton - 10 November 2016
#
#
# 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:
# tar -xvzf MailScanner-5.x.x-x.distro.tar.gz
# cd MailScanner-5.x.x-x
# ./install.sh
#
# 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
#
#