diff options
Diffstat (limited to 'network/dbmail/README')
-rw-r--r-- | network/dbmail/README | 2 |
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. |