mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/amavisd-new: Updated for version 2.11.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
aa5118dc75
commit
f674a0180c
5 changed files with 8 additions and 25 deletions
|
@ -57,14 +57,14 @@ Script and package changes introduced in version >= 2.6.6
|
|||
1. logrotate file is renamed amavisd-new.
|
||||
2. rc script is renamed to rc.amavisd-new
|
||||
3. logfile in the logrotate script is renamed to amavisd-new.log. Make sure
|
||||
you change the logfile in the amavisd.conf file and rename the log file.
|
||||
you change the logfile in the amavisd.conf file and rename the log file.
|
||||
Look for, $LOGFILE directive in the configuration file.
|
||||
4. Remember to update your rc.local and rc.local_shutdown scripts accordingly.
|
||||
5. With version 2.7, a new process amavisd-signer is spawned to take care
|
||||
of dkim signing. Please read RELEASE_NOTES in the documentation.
|
||||
6. With version > 2.8, rc script has been overhauled to start 3 daemons, more
|
||||
notes are in the rc script.
|
||||
|
||||
|
||||
SETUP:
|
||||
1. Create amavis user/group, before running the script. You don't have to follow
|
||||
uid/gid strictly. This is just an example, you may as well use any other uid/gid
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for amavisd-new
|
||||
# Home Page http://www.ijs.si/software/amavisd/
|
||||
|
||||
# Copyright (c) 2009-2016, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2009-2018, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# (nishant _AT_ mnspace _DOT_ net)
|
||||
# All rights reserved.
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="amavisd-new"
|
||||
VERSION=${VERSION:-2.11.0}
|
||||
VERSION=${VERSION:-2.11.1}
|
||||
ARCH="noarch"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="amavisd-new"
|
||||
VERSION="2.11.0"
|
||||
VERSION="2.11.1"
|
||||
HOMEPAGE="https://www.ijs.si/software/amavisd/"
|
||||
DOWNLOAD="https://www.ijs.si/software/amavisd/amavisd-new-2.11.0.tar.xz"
|
||||
MD5SUM="4642d63c5d3f0daafbcacb9bb553e6f3"
|
||||
DOWNLOAD="https://www.ijs.si/software/amavisd/amavisd-new-2.11.1.tar.bz2"
|
||||
MD5SUM="f89fc043c790e35137121e45f2890703"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
--- amavisd-signer.orig 2012-05-04 22:27:39.397598579 -0500
|
||||
+++ amavisd-signer 2012-05-04 22:28:55.609603047 -0500
|
||||
@@ -83,11 +83,11 @@
|
||||
# Please adjust the following settings as necessary:
|
||||
#
|
||||
|
||||
-$daemon_user = 'vscan';
|
||||
-$daemon_group = 'vscan';
|
||||
+$daemon_user = 'amavis';
|
||||
+$daemon_group = 'amavis';
|
||||
# $daemon_chroot_dir = '/var/amavis'; # chroot directory or undef
|
||||
|
||||
-# $daemonize = 1;
|
||||
+$daemonize = 1;
|
||||
|
||||
$log_level = 2; # 0..5
|
||||
$syslog_facility = 'mail';
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Startup script for amavisd-new daemon for use on Slackware Linux x86|x86_64
|
||||
|
||||
# Copyright (c) 2008-2014, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2008-2018, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# (nishant _AT_ mnspace _DOT_ net)
|
||||
# Usage: /etc/rc.d/rc.amavisd-new start|stop|restart|reload|status
|
||||
# For automatic startup at boot, call this script from rc.local
|
||||
|
|
Loading…
Reference in a new issue