diff options
author | Sergei Fedosoff <eleksir@gmail.com> | 2018-05-25 22:14:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-25 22:14:41 +0700 |
commit | 0499dcf219f636ad9f81cf8ba79f2b2584f77693 (patch) | |
tree | ef1109ae5e59a940cbad46e10019a59fbd3ea7b9 /network/dbmail/README | |
parent | c17f1628cc9894fdd554dfbd46888f05f3c76c5e (diff) |
network/dbmail: Added (IMAP and POP3 Server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dbmail/README')
-rw-r--r-- | network/dbmail/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/dbmail/README b/network/dbmail/README new file mode 100644 index 0000000000000..0f29a1fa1f3ff --- /dev/null +++ b/network/dbmail/README @@ -0,0 +1,19 @@ +DBMail - Fast and scalable sql based email services. It's distributed under +terms of GNU GPLv2. + +This DBMail build assume to work with MySQL/MariaDB or SQLite, as storage +backends, because both of them are included in Slackware. Authentication +backend can be either SQL or LDAP. On frontend side IMAP4, POP3, SIEVE +protocols are supported. MTA communication can be performed via LMTP or +local client - dbmail-deliver. There is an http API daemon to perform +server administration. Admin tasks can also be performed via cli tools. + +For MySQL/MariaDB backend you should create database, user with password and +grant this user all privilegies on created database. Then you should create +tables via command +'mysql DATABASE -u user -p password < /usr/doc/dbmail-*/create_tables.mysql'. +This user, password and database must be mentioned in /etc/dbmail/dbmail.conf +in apropriate places. + +More information about setup DBMail in different configuration environments +you can get at http://www.dbmail.org/dokuwiki/doku.php. |