mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
d93d36c4b1
Signed-off-by: Mario Preksavec <mario@slackware.hr>
16 lines
782 B
Text
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.
|