Starting on Oct 9th, I started getting some weirdness in my named logs. My named server is authoritative for my domain (call it domain1.com) and returns two MX records:
Code:
# dig -t mx domain1.com
...
;; ANSWER SECTION:
domain1.com. 259200 IN MX 20 mail.domain2.com.
domain1.com. 259200 IN MX 10 mail.domain1.com.
...
My name server responds to requests for domain1, but domain2's name servers are elsewhere. However, for some reason, starting on Oct 9th, I started getting these in my logs:
named[1403]: client xx.xx.xx.xx#2125: query (cache) 'mail.domain2.com/A/IN' denied
At first I thought it was a misconfigured client but it is occurring more and more often with many different client IPs. Why are these clients attempting to resolve my backup MX from my primary domain's name server?
Cheers,
Raman