summaryrefslogtreecommitdiffstats
path: root/network/dbmail/README
diff options
context:
space:
mode:
author Sergei Fedosoff <eleksir@gmail.com>2018-06-17 19:07:29 +0100
committer David Spencer <idlemoor@slackbuilds.org>2018-06-17 19:13:32 +0100
commit3053a9007c43e0bd47507a71b4d420aa4ef601dc (patch)
tree0ad907138f3cc6c415425f697a8f29c0407b0bc0 /network/dbmail/README
parent7c84c6b34d34cc58c463027d809c5d67dac85679 (diff)
downloadslackbuilds-3053a9007c43e0bd47507a71b4d420aa4ef601dc.tar.gz
slackbuilds-3053a9007c43e0bd47507a71b4d420aa4ef601dc.tar.xz
network/dbmail: Fix config.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/dbmail/README')
-rw-r--r--network/dbmail/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/dbmail/README b/network/dbmail/README
index 0f29a1fa1f..de191faa2d 100644
--- a/network/dbmail/README
+++ b/network/dbmail/README
@@ -11,7 +11,9 @@ 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.