1

Topic: Can't login to GUI

==== Required information ====
- iRedMail version (check /etc/iredmail-release):0.95-1
- Linux/BSD distribution name and version: Centos
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes
- Related log if you're reporting an issue:
====
I use postmaster@mydomain.co.th then I remove manage domain for this account and also not have other account for manage domain. So now I can't login to GUI. How can I do? Please let me know. thank you.

----

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

2

Re: Can't login to GUI

Do you have any other mail user? if yes, please follow this tutorial to promote an existing user to be global admin:
http://www.iredmail.org/docs/promote.us … admin.html

If you don't have other mail domain, please add one with sql below:

sql> \c vmail;
sql> INSERT INTO domain (domain, transport) VALUES ('mydomain.com', 'dovecot');

Then you can create new mail user with "tools/create_mail_user_SQL.sh" shipped in iRedMail, and follow above tutorial to get a global admin account.

3

Re: Can't login to GUI

ZhangHuangbin wrote:

Do you have any other mail user? if yes, please follow this tutorial to promote an existing user to be global admin:
http://www.iredmail.org/docs/promote.us … admin.html

If you don't have other mail domain, please add one with sql below:

sql> \c vmail;
sql> INSERT INTO domain (domain, transport) VALUES ('mydomain.com', 'dovecot');

Then you can create new mail user with "tools/create_mail_user_SQL.sh" shipped in iRedMail, and follow above tutorial to get a global admin account.

Done. Thank you for your info.