If you're using MXroute for email delivery, it's important to configure your SPF, MX and DKIM records correctly to ensure smooth email authentication and prevent delivery issues. This guide will walk you through updating your DNS settings for MXroute.
Locate your existing SPF record in your DNS settings. It will start with something like: v=spf1
Replace your existing SPF record with the following:
include:"v=spf1 a mx include:mxroute.com ~all"
Example before update
"v=spf1 +a +mx +ip4:192.168.1.1 include:example.com ~all"
Example after update
"v=spf1 a mx include:mxroute.com ~all"
You’ll need to add the following MX records to ensure proper email routing:
domain.com
server.mxrouting.net.
Priority: 10
domain.com
server-relay.mxrouting.net.
Note: Replace
domain.com
with your actual domain name andserver
with the MXroute server assigned to you.
DKIM (DomainKeys Identified Mail) ensures that your outgoing emails are signed and verified for authenticity.
x._domainkey.domain.com
TXT
Properly updating your DNS records ensures that your emails are authenticated correctly, reducing the chances of being marked as spam or rejected.
Once you've made these changes, be sure to verify that your DNS records have propagated using an online DNS lookup tool. Propagation may take anywhere from a few minutes to 48 hours.
If you encounter any issues, check MXroute’s documentation or contact their support.