1

Topic: I Accidently disabled my domain anlong with all the email addres.

Hi Everyone

Im Using Linus centos 7

Last Thursday im unknowingly disabled my domain address from my iredmail admin panel along all the email address also with the postmaster account.

Now i cant log into my iredmail admin panel to undo the work.

how do i enable the domain and postmaster id on mail serve directly.

It goes like this.
My doamin is like @abc.com
My post master id is like postmaster@abc.com
My email address is like xyz@abc.com


What i did that i disabled @abc.com and all the mail that end with @abc.com

i thought i could login to the ireadmail server panel even if i disable the domain and mail addresses.

now im in total blackout. all of my email are goen. they are not working. i cannot log into ireadmail admin panel to enable the domain and email address.

Please Help

----

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

2

Re: I Accidently disabled my domain anlong with all the email addres.

I would try this from the terminal CLI:

TYPE:     mysql -u root -p
ENTER:   the MySQL root password
TYPE:     use vmail;
TYPE:     update domain set active=1 where domain="abc.com"';

Replace abc.com with the domain that has the global postmaster account.