This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > Network > dovecot (2.1.10)

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.

Maintained by: Alan Hicks
Keywords: dovecot imap pop3 mail,mail,pop,pop3,imap,email,e-mail
ChangeLog: dovecot

Homepage:
http://www.dovecot.org/

Source Downloads:
dovecot-2.1.10.tar.gz (a5a4b3c444cf37e2c6bb6df3af87e18e)

Download SlackBuild:
dovecot.tar.gz
dovecot.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
dovecot.SlackBuild
dovecot.info
rc.dovecot
slack-desc

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds