Reset Postfix Admin password
Follow the following steps to reset the postfixadmin password:
- Get the Encrypted Version of the string that you want to set as password :
dovecot -s MD5-CRYPT -p
| sed ‘s/{MD5-CRYPT}//’
-
Copy the output
-
Login to Mysql database
-
Use database Vmail or whatever in your case.
5.Run the following query :
update admin set password='
’ where username = ‘ ’