Skip to content

Commit

Permalink
Merge pull request #66 from qwc/doc-patch-1
Browse files Browse the repository at this point in the history
Update README with a link to the hashing documentation
  • Loading branch information
DavidGoodwin authored Feb 11, 2024
2 parents a33f577 + 43e5123 commit 3c1bab8
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 3c1bab8

Please sign in to comment.