From 43e5123a06db4355606f2fdb181e47927428c7ea Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Sun, 6 Aug 2023 13:22:11 +0200 Subject: [PATCH] Update README with a link to the hashing documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e38e7f..9191a5f 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,9 @@ You can configure this through the following environment variables when running * POSTFIXADMIN_ENCRYPT=... - database password encryption (e.g. md5crypt, SHA512-CRYPT) * POSTFIXADMIN\_SETUP\_PASSWORD=... - generated from setup.php or `php -r "echo password_hash('mysecretpassword', PASSWORD_DEFAULT);"` -Note: An SQLite database is probably not recommended for production use, but is a quick and easy way to try out the software without dependencies. +Note: An SQLite database is probably not recommended for production use, but is a quick and easy way to try out the software without dependencies. + +Note2: For details about database password encryption please refer to the [postfixadmin hashing documentation](https://github.com/postfixadmin/postfixadmin/blob/postfixadmin_3.3/DOCUMENTS/HASHING.md) You can also set the postfix host and port.