Resetting postfixadmin password

I had a client using postfixadmin but no one knew the password.  Simple enough to go into the db to reset:

dovecotpw -s MD5-CRYPT -p password | sed ‘s/{MD5-CRYPT}//’

Then in the database:

update admin set password=’CRYPTED PASSWORD” where username=’USERNAME’;

I found how to do this here:

SourceForge.net: Postfix Admin: Topic: Postfixadmin mysql password storage method

5 Comments

  1. Pingback: Resetear password de admin en postfixadmin | Stefano Salvatori

  2. Pingback: Resetear password de admin en postfixadmin | Stefano Salvatori

Leave a Reply

Your email address will not be published. Required fields are marked *