Enhanced Status Code 5.7.27: Sender Address Has Null MX
Enhanced Status Code 5.7.27 means “Sender Address Has Null MX.” Your sending domain has published a null MX record, declaring it does not accept email. Since it cannot receive bounces or replies, many receiving servers reject email from domains with null MX. Fix your DNS records immediately.
550 5.7.27 <[email protected]>: Sender address rejected: Domain example.com does not accept mail (nullMX)
What does 5.7.27 mean?
Enhanced status code 5.7.27 means the receiving server checked your sender domain and found it has a null MX record (RFC 7505). A null MX record explicitly declares that the domain does not accept email. Many receiving servers reject email from such domains because bounce notifications cannot be delivered back to the sender.
This is typically a DNS misconfiguration. If you are sending email from a domain, it should have proper MX records configured to receive bounces and replies. Check your domain's DNS records immediately.
How 5.7.27 plays out
5.7.27 rejectionWhere 5.7.27 sits: soft vs hard bounce
| Soft bounce (4xx) | Hard bounce (5xx) | |
|---|---|---|
| Nature | Temporary | Permanent |
| SMTP class | 4xx | 5xx |
| What to do | Let it retry | Suppress the address |
| Recoverable? | Often | No |
| 5.7.27 is | ✓ this code |
Common causes of 5.7.27
- Sender domain has a null MX record (priority 0, target \".\")
- DNS misconfiguration when setting up the domain
- Domain was set up for web-only use but is now being used for email
How to fix 5.7.27
- Add proper MX records to your sending domain
- Remove any null MX record from your DNS configuration
- Ensure your sending domain can receive bounce messages
- Verify DNS changes using MX Lookup after making corrections