Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption set to SHA512 #62

Closed
domingo13 opened this issue Apr 13, 2023 · 2 comments · Fixed by #66
Closed

Encryption set to SHA512 #62

domingo13 opened this issue Apr 13, 2023 · 2 comments · Fixed by #66

Comments

@domingo13
Copy link

To make use of sha512 hashing of passwords, you need to provide the following setting:

$CONF['encrypt'] = "php_crypt:SHA512::{SHA512-CRYPT}";

if you have Dovecot as the backend, like this:

default_pass_scheme = SHA512-CRYPT

@qwc
Copy link
Contributor

qwc commented Aug 4, 2023

Fixing/mentioning that in the readme would be marvelous.

@DavidGoodwin
Copy link
Member

Hm, there is this - https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/HASHING.md

which does have this section - https://github.com/postfixadmin/postfixadmin/blob/postfixadmin_3.3/DOCUMENTS/HASHING.md#php_crypt

If you can suggest better wording, I'd love a PR or even just a paragraph of text I could paste in for you ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants