-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial Refactor for 5.1.4-1 * Reorder docs and patch processing * Explicit targets for copy * Update install phase of specs * Disable AutoReqProv * Update install splash * Refactor post install * Update README * Distinguish rhel and suse rpms in naming Clarify naming in README Log ms-configure to /var/log * Do not automatically enable mailscanner on debian builds Move notes in packages to end of ms-configure Alter notes in specs to notify user to run ms-configure * Correct package name in copy * Move mtagroup creation back to spec * patch.diff no longer valid * Remove patch.diff from spec and build * Bump to version 5.2.1-1 for major changes * ATTENTION block added to README * Cosmetic changes to README * Tab cleanup of README * Revert not enabling mailscanner during install * Explicit destination file for copy on suse builds * Reorder doc copies for tarballing * Remove unneeded subdirectory in suse build * 5.2.1-1 Builds
- Loading branch information
1 parent
7b5b644
commit 0a87daf
Showing
35 changed files
with
979 additions
and
820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,78 @@ | ||
# Welcome to MailScanner! | ||
# | ||
# Current version: 5.1.3-2 Release (5.1.4-1 pending testing) | ||
# Current version: 5.2.1-1 | ||
# | ||
# 27 January 2019 | ||
# 3 November 2019 | ||
# 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 | ||
# | ||
# 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 | ||
# tar -xvzf MailScanner-5.x.x-x.distro.tar.gz | ||
# cd MailScanner-5.x.x-x | ||
# ./install.sh | ||
# (reboot may be required) | ||
# ##################### ATTENTION ################### | ||
# # Install and update instructions have changed. # | ||
# # With the exception of the generic *nix package, # | ||
# # MailScanner now installs via deb and rpm first. # | ||
# ##################### ATTENTION ################### | ||
# | ||
# Update | ||
# tar -xvzf MailScanner-5.x.x-x.distro.tar.gz | ||
# cd MailScanner-5.x.x-x | ||
# ./install.sh --update | ||
# (reboot may be required) | ||
# Install | ||
# Redhat-based | ||
# rpm -ivh MailScanner-5.x.x-x.rhel.noarch.rpm | ||
# /usr/sbin/ms-configure | ||
# Debian-based | ||
# dpkg -i MailScanner-5.x.x.x-x-noarch.deb | ||
# /usr/sbin/ms-configure | ||
# SuSE-based | ||
# rpm -ivh MailScanner-5.x.x.x-x.suse.noarch.rpm | ||
# /usr/sbin/ms-configure | ||
# 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 | ||
# Update | ||
# Redhat-based | ||
# rpm -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 -Uvh MailScanner-5.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 | ||
# | ||
# Setup: | ||
# Edit /etc/MailScanner/defaults and set options | ||
# Edit /etc/MailScanner/MailScanner.conf and set options | ||
# service mailscanner start | ||
# MTA Guides: | ||
# sendmail - https://www.mailscanner.info/sendmail | ||
# postfix - https://www.mailscanner.info/postfix | ||
# exim - https://www.mailscanner.info/exim | ||
# | ||
# NIX: | ||
# For generic NIX systems, create a symlink for controlling the | ||
# start/stop/restart of the program to: | ||
# Setup: | ||
# Edit /etc/MailScanner/defaults and set options | ||
# Edit /etc/MailScanner/MailScanner.conf and set options | ||
# service mailscanner start | ||
# | ||
# /usr/lib/MailScanner/init/ms-init | ||
# NIX: | ||
# For generic NIX systems, create a symlink for controlling the | ||
# start/stop/restart of the program to: | ||
# | ||
# * This is not required for RHEL, CentOS, Debian, Ubuntu, SUSE | ||
# /usr/lib/MailScanner/init/ms-init | ||
# | ||
# File Locations: | ||
# /etc/MailScanner | ||
# /usr/share/MailScanner | ||
# /usr/lib/MailScanner | ||
# * This is not required for RHEL, CentOS, Debian, Ubuntu, SUSE | ||
# | ||
|
||
# File Locations: | ||
# /etc/MailScanner | ||
# /usr/share/MailScanner | ||
# /usr/lib/MailScanner | ||
# |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.