Messages are queued in the Delivery queue with a status indicating the domain of the sender address does not resolve. This occurs when the destination mail server attempts a DNS lookup for the sender's domain and fails.
Symptoms
451 4.1.8 Domain of sender address does not resolve.
The destination mail server is unable to find a valid MX or A record for the sender domain in public DNS.
To resolve this issue, ensure the sender domain is correctly configured in public DNS:
Example
nslookup -type=mx example.comServer: 10.0.0.53Address: 10.0.0.53#53
Non-authoritative answer:example.com mail exchanger = 0 192.0.2.25
nslookup example.comServer: 10.0.0.53Address: 10.0.0.53#53
Non-authoritative answer:Name: example.comAddress: 192.0.2.15