This article explains how to add an MX record in UltraDNS and defines the required fields when configuring mail routing.
When to Use This Article
- You need to configure email routing for a domain.
- You are adding or updating a mail server.
- You are migrating email services.
How to Add an MX Record
- Log into UltraDNS.
- Click Domains.
- Click the domain you are adding the MX record to.
- Click Add Record in the MX Records section.
-
Enter the required values:
- Host – The desired hostname.
- Goes To – The fully qualified domain name of the mail host.
- Preference – Values between 0 and 999. The lowest value has the highest priority.
- TTL – Time to Live. The duration in seconds that the record is cached by recursive servers.
- Click Save.
Verification
After saving the MX record, verify configuration using a DNS lookup tool:
dig example.com MX
Confirm that the correct mail host and preference values are returned.