I am getting error with email delivery.
I dont know if this is Registrar of domain, Cloudflare or Host ?
Any help appreciated.
DNS Error: DNS type ‘mx ’ lookup of xyz.com responded with code NOERROR DNS type ‘aaaa’ lookup of [xyz.com ). responded with code NXDOMAIN DNS type ‘a’ lookup of [xyz.com ). responded with code NXDOMAIN
neiljay
September 17, 2022, 2:48am
2
This error can be due to various reasons.
If the domain pops up with this code, I suggest you to check this #tutorial
Error
Try the suggestions in this Community Tip to help you fix DNS_PROBE_FINISHED_NXDOMAIN .
Background
NXDOMAIN stands for non-existent domain. When a domain cannot be resolved it is an issue with the DNS servers or the domain name is newly registered or not yet registered at all. NXDOMAIN can also take place due to network or DNS server problems. A response other than a valid IP address (e.g., timeout, SERVFAIL, NXDOMAIN or NOERROR) most likely points to the origin as the source of your iss…
Your MX records are pointed at Googles’ email infrastructure and are not generating the reported error in my response to my query.
;; QUESTION SECTION:
;xyz.com. IN MX
;; ANSWER SECTION:
xyz.com. 3600 IN MX 10 aspmx3.googlemail.com.
xyz.com. 3600 IN MX 5 alt1.aspmx.l.google.com.
xyz.com. 3600 IN MX 5 alt2.aspmx.l.google.com.
xyz.com. 3600 IN MX 1 aspmx.l.google.com.
xyz.com. 3600 IN MX 10 aspmx2.googlemail.com.```
system
Closed
October 2, 2022, 12:49pm
4
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.