Hi guys,
I’m new here. I have two droplets at DO, one running MiaB and the other one running some javascripts and other microservices, including my website.
I followed the guide and all checks passes yay! However, I want MiaB DNS to just manage the email services, and pass everything else to DO, because I prefer to manage the DNS there.
I tried configuring the MiaB custom DNS seconday nameserver as ns1.digitalocean.com ns2.digitalocean.com ns3.digitalocean.com
, but then some problems appeared. The root domain check says:
mydomain.io
Nameservers are set correctly at registrar.[ns1.box.mydomain.io; ns1.digitalocean.com; ns2.digitalocean.com; ns3.digitalocean.com]
Secondary nameserverns1.digitalocean.com
is not configured correctly. (It resolved this domain as yy.yy.yy.yy. It should be xx.xx.xx.xx.)
Secondary nameserverns2.digitalocean.com
is not configured correctly. (It resolved this domain as yy.yy.yy.yy. It should be xx.xx.xx.xx.)
Secondary nameserverns3.digitalocean.com
is not configured correctly. (It resolved this domain as yy.yy.yy.yy. It should be xx.xx.xx.xx.)
Yes, DO DNS is pointing my root domain to my other droplet, which is what I expected. But, if I try to enter in my root domain, it redirects me to the MiaB page saying:
this is a mail-in-a-box
take control of your email at
https://mailinabox.email/
Also, box.mydomain.io/mail
(which is under instructions as my webmail) doesn’t work, neither does box.mydomain.io
, but mydomain.io/mail
works. I think I miss some configuration, however I followed the guide.
Finally, if I try to enter api.mydomain.io
(which it’s a server listening in my other droplet) it works fine, and this A is just configured under the DO DNS. So, I’m not sure what I’m doing wrong.
In resume, I want to keep using DO to manage the DNS, and MiaB just to manage the email DNS.
Thanks in advance for helping