Appearance
Quick Setup Guide
While MXroute setup varies depending on your specific needs, here's a basic guide to get you started. Some DNS knowledge or technical assistance may be required.
1. Domain Setup in DirectAdmin
- Log into DirectAdmin
- Go to "Domain Setup" under "Account Manager"
- Add your domain (if not specified during order)
- Configure MX records, SPF, and DKIM at your DNS provider. Do not attempt to set these in DirectAdmin.
2. Create Email Accounts
- Navigate to "Email Accounts" under "E-mail Manager"
- Click "Create Account"
- Set username and password
- Set quotas (optional)
3. DNS Configuration
You'll need to configure these records at your DNS provider (like Cloudflare, GoDaddy, or NameCheap). Do not attempt to set these in DirectAdmin.
MX Records
Add these MX records at your DNS provider:
Priority Hostname Points to
10 @ (provided in welcome email)
20 @ (provided in welcome email)
SPF Record
Add one of these TXT records (both are equivalent, choose either one):
Type Name Value
TXT @ v=spf1 include:mxroute.com -all
OR
Type Name Value
TXT @ v=spf1 include:mxlogin.com -all
For more details on SPF configuration, see our SPF Records guide.
DKIM Record
- Get your DKIM key from DirectAdmin:
- Log into DirectAdmin
- Navigate to Account Manager → DNS Records
- Select your domain from the dropdown menu
- Find and copy the DKIM key text displayed
- Add it as a TXT record at your DNS provider:
Type Name Value
TXT x._domainkey (your DKIM key from DirectAdmin)
For detailed DKIM configuration instructions, see our DKIM guide.
TIP
DNS changes can take up to 24-48 hours to propagate globally, though they often take effect much sooner.
All necessary DNS records are provided in the "Important Account Information" email sent after activation. You can find this email at: https://accounts.mxroute.com/index.php?/clientarea/emails/
Look for "[MXroute] Important Account Information". If you need assistance understanding or implementing these settings, we can recommend qualified professionals (additional fees may apply).
4. Email Client Configuration
Server Settings
- IMAP/SMTP Servers: Found in "Important Account Information" email
Port Numbers
Protocol | SSL | Non-SSL/STARTTLS |
---|---|---|
IMAP | 993 | 143 |
POP3 | 995 | 110 |
SMTP | 465 | 25, 587, 2525 |