summaryrefslogtreecommitdiffstats
path: root/network/dovecot
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2017-01-29 12:56:31 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 07:00:23 +0700
commit2be769746d7e1da64054c3dfbd4950cf626109dc (patch)
tree0e769c563cdd6de455a9a1c99aae9791e90776a0 /network/dovecot
parent09a49c62a4a52b90d8c3b512ff5ab81c6164edb0 (diff)
downloadslackbuilds-2be769746d7e1da64054c3dfbd4950cf626109dc.tar.gz
slackbuilds-2be769746d7e1da64054c3dfbd4950cf626109dc.tar.xz
network/dovecot: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/dovecot')
-rw-r--r--network/dovecot/README15
1 files changed, 11 insertions, 4 deletions
diff --git a/network/dovecot/README b/network/dovecot/README
index 8c4613f821..f81559ff43 100644
--- a/network/dovecot/README
+++ b/network/dovecot/README
@@ -9,12 +9,19 @@ This script builds dovecot with support for SSL. As such, you must
have openssl installed - openssl-solibs is not enough in itself to meet
this requirement.
-This script doesn't add dovecot users and groups, instead it offers sane
-defaults that won't conflict with system users and groups, and other
-scripts from the SBo.
-
By default, MySQL database is selected, switch to PostgreSQL with:
DATABASE=pgsql ./dovecot.SlackBuild
See the documentation in /usr/doc/dovecot-*/ to get started.
+
+
+Groupnames and Usernames
+
+You must have both 'dovecot' and 'dovenull' users and groups to run this
+script, for example:
+
+ groupadd -g 202 dovecot
+ useradd -d /dev/null -s /bin/false -u 202 -g 202 dovecot
+ groupadd -g 248 dovenull
+ useradd -d /dev/null -s /bin/false -u 248 -g 248 dovenull