ZhangHuangbin wrote:You can generate MD5 password for mail users stored in MySQL, or SSHA for OpenLDAP.
This is incorrect, a straight MD5 hash is not how the passwords are stored in MySql. I am looking in the 'vmail'.'mailbox' database.table and '$1$cLoQbQAF$1faoTp17Ak3gFOTsRpl7H/' is not anything MD5 hashed. Also, tried changing a password to straight MD5 and it doesn't work.
A normal MD5 is not the way passwords are stored. No MD5 would look like this. Also, the same password in iredmail gives a different hash each time. Therefore proving beyond a doubt that a simple MD5 hash is not a way to generate your own password hash.
I need to change my admin password easily. I cannot do it this way. Please advise how password hashes are actually generated.