Displaying 2 results from an estimated 2 matches for "postfoxadmin".
Did you mean:
postfixadmin
2019 Jun 12
0
Password issue
I am using SHA-256 crypt for dovecot. I have added some new users vi
postfoxadmin, which is also configured to use she-256 crypt.
looking at the database:
{SHA256-CRYPT}$5$lKfXOxua8j9FIFJt$r4rLmMFHUK/FcJ0c.sp.U4paTeE6Obp0t.mj.6eJQx9
# works
{SHA256-CRYPT}$5$Gy.zyFNgYHgSsvmh$C/8Fv47Rjij6S73SwkfhCTwuqGgsmiRCjke6blbt1YD
# does not work
(I changed some random character in each li...
2019 Jun 12
1
Updating passwords
I created some new users in my MySQL database using postfoxadmin. The passwords looked correct in the database and show the right prefix {SHA256-CRYPT} but logins were failing, so I manually created new passwords from the command line:
doveadm pw -s SHA256-CRYPT -p ?a password" -u kremels at kreme.com
{SHA256-CRYPT}$5$ZKsovTv0Ddc9k4?
I then went into the...