From 40e678c3aea6d5b3e771dbb5600ce234df729fa7 Mon Sep 17 00:00:00 2001 From: Alan Hicks Date: Mon, 6 Dec 2010 22:53:21 -0600 Subject: network/dovecot: Updated for version 2.0.8. Signed-off-by: Robby Workman --- network/dovecot/README | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'network/dovecot/README') 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. -- cgit v1.2.3