slackbuilds/network/dovecot
Robby Workman 9a0c15a041 network/dovecot: Noted dovenull user/group requirements
Thanks to Niki Kovacs for pointing out our omission and
starting a nice discussion on the mailing list :-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-02-24 10:23:10 -06:00
..
README network/dovecot: Noted dovenull user/group requirements 2013-02-24 10:23:10 -06:00
doinst.sh network/dovecot: Updated for version 2.0.8. 2010-12-06 23:26:22 -06:00
dovecot.SlackBuild network/dovecot: Noted dovenull user/group requirements 2013-02-24 10:23:10 -06:00
dovecot.info network/dovecot: Updated for version 2.1.10. 2012-09-22 11:40:57 -05:00
rc.dovecot network/dovecot: Updated for version 2.0.11. 2011-03-27 03:33:03 -05:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

README

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.

You should create users and groups for dovecot and dovenull 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
[root@host] # groupadd -g 248 dovenull
[root@host] # useradd -d /dev/null -s /bin/false -u 248 -g 248 dovenull

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.