summaryrefslogtreecommitdiffstats
path: root/network/dovecot/README
diff options
context:
space:
mode:
author Alan Hicks2010-12-07 05:53:21 +0100
committer Robby Workman2010-12-07 06:26:22 +0100
commit40e678c3aea6d5b3e771dbb5600ce234df729fa7 (patch)
tree555a68d4542c4c5b9b68917339aee01795b09238 /network/dovecot/README
parent83a396f813793fa2c64237610696144801fa8d38 (diff)
downloadslackbuilds-40e678c3aea6d5b3e771dbb5600ce234df729fa7.tar.gz
network/dovecot: Updated for version 2.0.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/dovecot/README')
-rw-r--r--network/dovecot/README10
1 files changed, 4 insertions, 6 deletions
diff --git a/network/dovecot/README b/network/dovecot/README
index 52b3c6b69f..ea7c968be5 100644
--- a/network/dovecot/README
+++ b/network/dovecot/README
@@ -1,17 +1,15 @@
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. Additionally, dovecot will be compiled with POP3 support.
-Unfortunately, dovecot does not have a man page at this time, so you'll
-have to find your documentation elsewhere. A few examples are included
-in /usr/doc/dovecot-$VERSION. The dovecot team operates a wiki that may
-prove useful: http://wiki.dovecot.org
You should create a dovecot user to run the login processes on your server.
+Something like this should work:
+[root@host] # groupadd -g 202 dovecot
+[root@host] # useradd -d /dev/null -s /bin/false -u 202 -g 202 dovecot
From the dovecot-new release posting comes this word of advice:
-
Remember to read http://wiki2.dovecot.org/Upgrading/2.0 before
upgrading from v1.x. Although there is automatic config conversion,
it can't handle everything, so reserve some extra time for upgrading.
-
+See the documentation in /usr/doc/dovecot-*/ to get started.