Access mailbox from unavailable domain

please i recently lost access to domain i used for mail domain configuration.
i am trying to get access to my mailbox so i can get some info sent to the mailbox.
i tried using http://server_ip:2083/webmail and http://server_ip:2083/mail but i get an 404 error.
please how can i get access to my mailbox to get the info i want?
thank you

It smells rat here. I have seen similar things in other forums as well. Booby trap.

it my panel. for some reason the domain registrar suspended account. i have opened ticket with them and its in review.
if i add another mail domain to panel, can i migrate the old to the new and get access?

You can write the domain and IP in your computer’s hosts file so it won’t be resolved by DNS, allowing you to access it using the domain name.

For example, if the domain is example.com and the server’s IP is 203.0.113.1, you could use something like this:

203.0.113.1 example.com www.example.com mail.example.com webmail.example.com

In Linux the file is here /etc/hosts and you must edit the file as root.

In Windows the file is here C:\Windows\System32\drivers\etc\hosts and you must edit the file as an administrator.

1 Like

create a subdomain for mail.random.xxx and point to the server and it should work fine

host file will also work fine

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.