Custom Domain Setup
Add and configure custom domains for email routing
Adding a Custom Domain
- Navigate to Domains
- Click Add Domain
- Enter your domain name
- Follow the DNS configuration instructions
Required DNS Records
Configure these DNS records for your domain:
MX Record
@ MX 10 relay-a.msgs.global
@ MX 20 relay-b.msgs.global
SPF Record
@ TXT "v=spf1 include:_spf.msgs.global ~all"
DKIM Record
default._domainkey TXT "v=DKIM1; k=rsa; p=MIGfMA0GCS..."
DMARC Record
_dmarc TXT "v=DMARC1; p=quarantine; rua=mailto:dmarc@example.com"
Verifying DNS
Click Verify DNS to check if records are correctly configured. Verification may take up to 24 hours due to DNS propagation.
Domain Status
- Pending: Waiting for DNS verification
- Active: Domain is ready to receive mail
- Error: DNS misconfiguration detected