Hello
My setup running with Postfix+Dovecot+Roundcube+Mysql
Now I need to add the Password function to roundcube and are available now
with the Passwd plugin, but I need to know
with what hash I need to do this? How will postfixadmin generate the
passwort to add mysql db.
In the meantime I have found the right query but, the password don't accect.
I think i will use the wrong "hash"
'UPDATE `postfixadmin`.`mailbox` SET `password` = MD5('123456789A!') WHERE
`mailbox`.`username` = '[email protected]'';
Thanks for any help
Mauri