slackbuilds_ponce/network/dovecot
Mario Preksavec d93d36c4b1
network/dovecot: Added PostgreSQL support.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
2016-07-30 08:28:21 +07:00
..
doinst.sh network/dovecot: Updated for version 2.2.19. 2015-11-14 07:08:01 +07:00
dovecot.info network/dovecot: Updated for version 2.2.25. 2016-07-09 08:00:38 +07:00
dovecot.SlackBuild network/dovecot: Added PostgreSQL support. 2016-07-30 08:28:21 +07:00
rc.dovecot
README network/dovecot: Added PostgreSQL support. 2016-07-30 08:28:21 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like
systems, written with security primarily in mind. Dovecot is an excellent choice
for both small and large installations. It's fast, simple to set up, requires no
special administration and it uses very little memory.

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.

This script doesn't add dovecot users and groups, instead it offers sane defaults
that won't conflict with system users and groups, and other scripts from the SBo.

By default, MySQL database is selected, switch to PostgreSQL with:

  DATABASE=pgsql ./dovecot.SlackBuild

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