slackbuilds_ponce/network/dovecot/README
Mario Preksavec d93d36c4b1
network/dovecot: Added PostgreSQL support.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
2016-07-30 08:28:21 +07:00

16 lines
782 B
Text

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.