Howdy,
First off sorry if this is in the inapproprate section, didn't know where to put it exactly, BUT, I'm having a pretty weird problem with my DNS resolution when using the Email Deliverabilty function in order to generate DKIM keys for a domain.
The mentioned function returns;
Because the querying times out, I cannot generate DKIM keys. I went ahead and ran tcpdump on the machine (Centos7) and saw that it's trying to query the root DNS servers ie. a,b,c,d...root-servers.net but it's always appending a suffix .domain , so it's not really querying a.root-servers.net but a.root-servers.net.domain instead.
I tried to make a workaroud by adding the DNS root servers in the hosts file WITH the .domain suffix, but the next query ended up being a.root-servers.net.domain.domain .
I'm really curious to know what's going on and why it it appending that suffix. Hopefully someone can clarify it for me.
Thanks in advance!
First off sorry if this is in the inapproprate section, didn't know where to put it exactly, BUT, I'm having a pretty weird problem with my DNS resolution when using the Email Deliverabilty function in order to generate DKIM keys for a domain.
The mentioned function returns;
Code:
The system failed to complete validation of “domain.com”’s “DKIM” because of an error: (XID gcty9j) DNS query (default._domainkey.domain.com/TXT) timeout!
I tried to make a workaroud by adding the DNS root servers in the hosts file WITH the .domain suffix, but the next query ended up being a.root-servers.net.domain.domain .
I'm really curious to know what's going on and why it it appending that suffix. Hopefully someone can clarify it for me.
Thanks in advance!