MX Record Redundancy
What This Check Does
The MX Record Redundancy check verifies that your domain has either multiple MX records with different priorities or a single MX record whose hostname resolves to multiple IP addresses. This ensures that email delivery can continue even if one mail server is unavailable.
DNS Spy queries your domain's MX records and evaluates the redundancy of your email infrastructure. A single MX record pointing to a single IP address with no backup triggers a failure.
Why It Matters
Email is a mission-critical service for most organizations. If your only mail server goes down and there is no backup MX record, incoming email will start bouncing after the sending server's retry period expires (typically 24-72 hours). During this time, important messages from customers, partners, and internal communications may be lost.
Having multiple MX records with different priorities ensures that if the primary mail server is unavailable, sending servers will automatically try the backup. This is one of the simplest and most effective ways to improve email reliability.
Good vs. Bad Configuration
Bad Configuration
example.com has only one MX record: 10 mail.example.com, which resolves to a single IP address. If that server goes down, all incoming email will fail to deliver.
Good Configuration
example.com has multiple MX records: 10 mail1.example.com and 20 mail2.example.com. If mail1 is unavailable, sending servers will automatically deliver to mail2 as the backup.
How DNS Spy Monitors This
DNS Spy queries your MX records during each monitoring cycle and evaluates redundancy by checking for multiple MX hostnames and resolving their IP addresses. If insufficient redundancy is detected, an alert is triggered. DNS Spy tracks MX record changes over time, ensuring your email redundancy is maintained.