What Is an MX Record?
MX (Mail eXchange) records are DNS entries that define where your emails should be delivered. They work with a priority system: the lower the number, the higher the priority.
Simple Example
If you have:
server-A.comwith MX 10server-B.comwith MX 20
Emails are delivered first to server-A.com. If that server does not respond, they are redirected to server-B.com.
Your Situation Before the MX Modification
Current Configuration (Typical Example)
Your MX records probably look like this:
| Server | Priority | Role |
|---|---|---|
| mailgate.your-domain.com | MX 5 | Your primary server |
| smtp.isp.net | MX 40 | Backup relay (ISP) |
| backup.isp.net | MX 40 | Additional backup relay |
The Problem
All your emails (including spam) arrive directly on your server, meaning there is no filtering before delivery and your server must handle all spam itself.
Configuration Without e-securemail MX Records
How Does It Work?
The principle is simple: we use MX priority levels to force all your emails to pass through an anti-spam filtering service before reaching your server.
Configuration to Implement
NEW MX Record Configuration
Your DNS must contain ONLY these two MX records:
france.security-mail.net MX 10
europe.security-mail.net MX 20
Why Two Servers?
france.security-mail.net(MX 10): Primary filtering servereurope.security-mail.net(MX 20): Backup server (redundancy)
If the French server does not respond, europe.security-mail.net automatically takes over.
⚠️ Important: Remove Old Records
You must REMOVE all previous MX records:
mailgate.your-domain.comsmtp.isp.netbackup.isp.netAny other existing MX records
Correct Configuration with e-securemail MX Records
Key Points to Remember
MX Priority: The LOWER the number, the HIGHER the priority
New MX Records Only:
france.security-mail.net(MX 10) andeurope.security-mail.net(MX 20)Remove Old MX Records:
mailgate.your-domain.comandsmtp.isp.netmust NO LONGER appear in the MX recordsAction Required: Ask your DNS provider/ISP to completely replace the MX records
Propagation Time: A few hours may be required for full Internet propagation