Resetting postfixadmin password
by specialj on Mar.15, 2011, under Sysadmin
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
1 Comment for this entry
1 Trackback or Pingback for this entry
-
Resetear password de admin en postfixadmin | Stefano Salvatori
August 3rd, 2012 on 8:45 pm[...] Esto fue creditos a High Tech Sorcery [...]
June 18th, 2012 on 8:32 am
If running Ubuntu 11.1 you have to use:
doveadm pw -s MD5-CRYPT -p password | sed ‘s/{MD5-CRYPT}//’