MailScanner v5
Find a file
Shawn Iverson 76589ee4b8
Some checks failed
Build / build (push) Failing after 1s
Build / Test install on Ubuntu (push) Has been skipped
Build / clean (push) Has been skipped
Update ms-update-phishing to v0.3.1, bump version to 5.5.3-2 (#698)
2024-11-06 15:45:47 -05:00
.github Use new artifact actions (#697) 2024-11-06 06:18:24 -05:00
builds Update 5.3.3-1 (#487) 2020-05-25 16:10:52 -04:00
common Update ms-update-phishing to v0.3.1, bump version to 5.5.3-2 (#698) 2024-11-06 15:45:47 -05:00
config.index FET: Add support for the Sophos SAVID Daemon Anti-virus Engine (#481) 2020-05-16 08:40:16 -04:00
debian SpamAssassin 4 and latest OSes (#643) 2023-02-24 14:25:00 -05:00
doc Update doc and align versions (#372) 2019-03-03 17:27:37 -05:00
nix install.sh update (#653) 2023-03-03 11:07:56 -05:00
rhel Remove ScamNailer (#692) 2024-10-12 08:23:55 -04:00
suse Remove ScamNailer (#692) 2024-10-12 08:23:55 -04:00
.gitignore Update .gitignore 2020-09-07 12:51:21 -04:00
Build.all Updates for 5.3.3-1 (#483) 2020-05-16 19:40:06 -04:00
Build.debian Use base64 1x1spacer instead (#582) 2022-01-08 13:24:35 -05:00
Build.nix Use base64 1x1spacer instead (#582) 2022-01-08 13:24:35 -05:00
Build.rhel Updates for 5.3.3-1 (#483) 2020-05-16 19:40:06 -04:00
Build.suse Updates for 5.3.3-1 (#483) 2020-05-16 19:40:06 -04:00
changelog Update ms-update-phishing to v0.3.1, bump version to 5.5.3-2 (#698) 2024-11-06 15:45:47 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#574) 2021-11-28 14:59:56 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md (#575) 2021-11-28 15:06:55 -05:00
LICENSE release prep 2016-05-11 11:12:33 -04:00
README.md Version update, changelog, and readme (#656) 2023-03-04 11:18:06 -05:00
VERSION Update ms-update-phishing to v0.3.1, bump version to 5.5.3-2 (#698) 2024-11-06 15:45:47 -05:00

Build Version License Bugs Enhancements Questions

Welcome to MailScanner!

March 03, 2023

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/Update

Redhat-based

           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

           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

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 scripts in:

/usr/lib/MailScanner/init, or /usr/lib/MailScanner/systemd

  • This is not required for RHEL, CentOS, Debian, Ubuntu, SUSE
  • Use appropriate package install for these instead of this one

File Locations:

/etc/MailScanner

/usr/share/MailScanner

/usr/lib/MailScanner