Skip to main contentMX Records Configuration
To set up our inbound mail filtering service, use the following MX records:
| Priority | MX Record | TTL |
|---|
| 10 | mx1.jetsmtp.net | 14400 |
| 20 | mx2.jetsmtp.net | 14400 |
Configuration Details
- Primary MX Record:
mx1.jetsmtp.net
- Secondary MX Record:
mx2.jetsmtp.net
- Priority: Use 10 for the primary and 20 for the secondary record
- TTL (Time to Live): 14400 seconds (4 hours)
Implementation Notes
- Add both MX records to your domain’s DNS configuration.
- Ensure the priority is set correctly to favor the primary MX record.
- The TTL of 14400 seconds allows for relatively quick propagation of any future changes.