Hi I’m trying to set up mailinabox for the first time. I did an install on digitalocean first, before setting up glue records and nameservers just to check it out. I then went back and made the proper glue and nameserver settings at Gandi.net.
After waiting a while I see the proper dns has propagated when I check other systems and also at whatismydns.net however I continue to get glue record and domain resolving errors on the status check. When I do “host -t ns” I see that the box still has the old nameservers, but when doing it on other systems the nameserver is correct. It seems that the box is refusing to update its DNS data. Is there anything I can do to force this?
Did I screw up by installing mailinabox first before making the changes at the registrar? Should I just start over with a new VPS droplet? I did also see a discussion with a similar problem which required disabling DNSSEC which I went back and did after originally enabling it, but still no luck. Also tried rebooting several times.
Thanks for your help.
addendum:
when I do
$ host box.mydomain.net
Host box.mydomain.net not found: 3(NXDOMAIN)
however
$ host box.mydomain.net 127.0.0.1
or
$ host box.mydomain.net (my box ip address)
I get output displaying my correct ip address for box.mydomain.net
This is the content of my resolv.conf which points to digitalocean entries. Seems like this might be the problem? How do I correct?
nameserver 67.207.67.2
nameserver 67.207.67.3
nameserver 127.0.0.1