We use an open dns servers because a lot of time we end up having to set our IP address in the /etc/resolv.conf when doing install on some people's servers, because they don't have any working nameservers
We also have no issues with leaving it open, even if we didn't need to do lookups with it. The only people who can cause problems with open dns is the owner of the domain itself, so there isn't any issue from any sort of outside party messing up anything. Worst case, the owner of the domain sets a wrong IP in his dns.. we do a lookup, that wrong IP is cached. I'd blame the admin, not our dns
Well, we'd have a cached value on our end. If they keep hitting us with the same request, our server will take the load, and not send out the new request to the other server.
Either way, it's up to the admin's discression if they want it open or not..
I'll close it down on our end anyway, if anyone was using it, sorry
we end up having to set our IP address in the /etc/resolv.conf when doing install on some people's servers, because they don't have any working nameservers
i have 2 servers Linux RedHat 8 and Windows 2003.
i have register in DNS
ns1.mydomain.com
ns2.mydomain.com
ns3.mydomain.com
ns4.mydomain.com
the same informations record on linux and windows (A record etc..)
The dnsreport web site it's ok! but the email form (Web) don't send email and this error apear:
---------
Recipient: [SMTP:myname@other_extern_domain.net] Reason: The message could not be delivered because the domain name (other_extern_domain.net) does not have any DNS records.
---------
and if remove recursion config... email form work fine... why?