slackbuilds_ponce/network/dovecot
dsomero 610e8461bb various: Fix slack-desc formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:29:22 -05:00
..
doinst.sh
dovecot.info network/dovecot: Fixed info file. 2013-11-15 13:45:29 -06:00
dovecot.SlackBuild network/dovecot: Updated for version 2.2.6. 2013-11-11 11:36:43 -06:00
rc.dovecot
README network/dovecot: Updated for version 2.2.6. 2013-11-11 11:36:43 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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 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

See the documentation in /usr/doc/dovecot-2.2.6/ to get started.