ZhangHuangbin wrote:
*) Does password without '{CRYPT}' prefix work for you?
No, it doesn't work.
I turned on MySQL query log and I see this when I change the user's password from the iRedAdmin web panel:
UPDATE mailbox SET password = '$1$XH98MD4L$nkOzngU9XuMJLt3wP/iJT.', modified = '2013-07-18 19:49:29' WHERE username='g@veecall.com' AND domain='veecall.com'
So this confirmed that the password encryption is done before saved in MySQL, possibly by iRedAdmin code.