Skip to content

Commit

Permalink
Update README with a link to the hashing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qwc authored Aug 6, 2023
1 parent f0eccac commit 43e5123
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 43e5123

Please sign in to comment.