What happens to mail if a sender is unable to get DNS resolution for the mail server?
For example suppose mail is being sent and the MX record is found to be mx.example.com. But the attempt to resolve mx.example.com by finding an A record to give the IP address fails. Will the sender retry later, or regard the mail as permanently undeliverable?
If the latter, would the situation be better if a second MX record pointed to a non functional but resolvable host name on another domain?
The reason I ask is that I am currently experiencing a small but significant number of DNS failures in a variety of contexts. This is happening across a wide range of public name servers and despite using a top quality name service. I am also getting occasional reports of mail delivery failures. I suspect the two are connected as server monitoring is reporting occasional down time and citing failure to resolve the hostname as the nature of the failure.
ADDED INFO: My concerns are raised by a small number of instances of large organisations telling me or other users of mail boxes on the same domain that mail is not working. I know from monitoring that the mail server is up for the vast majority of the time and any periods of down time are very brief. This, along with the reports from monitoring of failures being the result of inability to resolve the mail server name to an IP address, is making me think that senders are treating DNS failures as permanent failures and not retrying. But much of the process is outside my control, and I am looking for things that can be done to eliminate the problem. Large organisations that claim mail is failed are very unlikely to respond to requests for technical details for their claim, which doesn't help.