diff options
Diffstat (limited to 'network/amavisd-new/README.SBo')
-rw-r--r-- | network/amavisd-new/README.SBo | 10 |
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) |