1 (edited by weekender 2013-04-01 00:55:04)

Topic: postmaster password reset

==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Linux/BSD distribution name and version:  Ubuntu 12.04
- Related log if you're reporting an issue:
====

Hi all !
After attempt to change password of postmaster in iredadmin, I cannot login to iredadmin.
Old password, and new password don`t work.
What to do ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: postmaster password reset

There's a bug in iRedAdmin-0.2 (open source edition), it will reset SQL column `mailbox.isadmin=0` after changing password.
Please fix it manually with SQL command:

mysql> USE vmail;
mysql> UPDATE mailbox SET isadmin=1 WHERE username='postmaster@xxxx';

This bug was fixed in iRedAdmin-0.2.1 (open source edition), upgrade tutorial is mentioned in iRedMail upgrade tutorial here:
http://www.iredmail.org/wiki/index.php? … test_0.2.1