summaryrefslogtreecommitdiffstats
path: root/network/amavisd-new/README.SBo
diff options
context:
space:
mode:
author Nishant Limbachia2016-08-19 11:21:07 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:49:48 +0200
commit30a0b2fe2e5af60a5fde3bd28dd2192f81f5f502 (patch)
tree56bedf40a36b6c3e9738a785fff76f9ba310d305 /network/amavisd-new/README.SBo
parent3e8f2c44433b90ab0afde332bf926ec735770b9c (diff)
downloadslackbuilds-30a0b2fe2e5af60a5fde3bd28dd2192f81f5f502.tar.gz
network/amavisd-new: Updated for version 2.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/amavisd-new/README.SBo')
-rw-r--r--network/amavisd-new/README.SBo10
1 files changed, 6 insertions, 4 deletions
diff --git a/network/amavisd-new/README.SBo b/network/amavisd-new/README.SBo
index b662fa0ca6..787cf8b3a6 100644
--- a/network/amavisd-new/README.SBo
+++ b/network/amavisd-new/README.SBo
@@ -3,7 +3,7 @@ via spamd). Amavisd-new calls spamassassin internally to scan messages. You ca
also install clamav and enable virus scanning in the configuration file.
RUNTIME DEPENDENCIES:
-ZeroMQ library -- since amavisd-new version > 2.8.x depends heavily on ZeroMQ.
+ZeroMQ library -- since amavisd-new version > 2.8.x, depends heavily on ZeroMQ.
DEPENDENCIES:
@@ -66,9 +66,11 @@ Script and package changes introduced in version >= 2.6.6
notes are in the rc script.
SETUP:
-1. Create amavis user/group, before running the script.
- groupadd -g 225 amavis
- useradd -d -m /var/lib/amavis -s /bin/bash -u 225 -g 225 amavis
+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
+combination.
+ groupadd -g 211 amavis
+ useradd -d -m /var/lib/amavis -s /bin/bash -u 211 -g 211 amavis
2. Make sure you have write perms for amavis group to amavis home (in this
case, /var/lib/amavis)