Appearance
Managing Domains
Learn how to effectively manage your domains on MXroute.
Adding a New Domain
Domain Verification Required
All new domains require verification before they can be used with MXroute. This helps prevent abuse and ensures domain ownership.
- Log into DirectAdmin
- Navigate to Account Manager → DNS Records
- Find your domain verification TXT record (format:
_da-verify-[unique-id]
) - Add this TXT record at your DNS provider
- Wait for DNS propagation (usually 5-30 minutes)
- Navigate to Account Manager → Domain Setup
- Enter your domain name - it will only be added if the verification record is detected
- Once added, configure your MX, SPF, and DKIM records as usual
TIP
After your domain is successfully added, you can remove the verification TXT record from your DNS if desired.
DNS Configuration
You'll need to configure these records at your DNS provider:
MX Records
Your specific MX records are provided in your "Important Account Information" email. You can find this email at: https://accounts.mxroute.com/index.php?/clientarea/emails/
Look for "[MXroute] Important Account Information" which contains your server-specific MX records.
SPF Record
Add one of these TXT records (both are equivalent, choose either one):
TXT v=spf1 include:mxroute.com -all (or alternatively: v=spf1 include:mxlogin.com -all)
For more details on SPF configuration, see our SPF Records guide.
Domain Settings
Catch-all Configuration
To configure a catch-all email address in DirectAdmin:
- Go to Advanced Features → Catch-All E-mail
- Select your domain
- Choose to forward to a specific address or reject unknown recipients
Domain Aliases
Add domain aliases (park additional domains) in DirectAdmin:
- Navigate to Account Manager → Domain Pointers
- Add your alias domain
- The alias will use the same email accounts as your primary domain
Spam Settings
Configure spam filtering options:
- For Expert Spam Filtering, see our Expert Spam Filtering guide
- For SpamAssassin settings, access through DirectAdmin's SpamAssassin interface
Troubleshooting
Common Domain Setup Issues
Email not receiving after adding domain:
- Verify MX records are correctly set at your DNS provider
- Check DNS propagation (can take up to 48 hours)
- Ensure domain verification is complete
SPF failures:
- Verify SPF record syntax is correct
- Ensure you're using either
include:mxroute.com
orinclude:mxlogin.com
(not both) - Check for duplicate SPF records
For more troubleshooting help, see our Troubleshooting section.