Postfixadmin
Reset admin password
Find the current encryption method in config:
# in postfixadmin www directory
grep '^$CONF' config.inc.php | grep encrypt
$CONF['encrypt'] = 'dovecot:CRAM-MD5';
Generate new password hash with this method:
The last step: Update value in table admin