🟪
GoDaddy DNS Setup Guide
Configure MX and SPF records for domains managed through GoDaddy.
Note: GoDaddy's interface may vary slightly between legacy and new dashboard views.
Goal
Add MX records pointing to mx1.kachaw.com
(priority 10) and mx2.kachaw.com
(priority 20), plus an SPF TXT record.
Step 1: Access DNS Management
- Log in to GoDaddy Account
- Navigate to "My Products" → "Domains"
- Click the DNS button next to your domain
Tip: If using the new dashboard, look for "Domain Manager" in the sidebar.
Step 2: Delete Default MX Records (If Present)
- Scroll to the "MX (Mail Exchange)" section
- Click the pencil icon to edit
- Remove any existing MX records by clicking the trash can icon
- Click "Save"
Important: GoDaddy often pre-configures MX records for their email services. These must be removed first.
Step 3: Add Custom MX Records
Primary MX Record:
- In the MX section, click "Add"
- Enter these values:
- Host:
@
- Points to:
mx1.kachaw.com
- Priority:
10
- TTL: 1 Hour (default)
- Host:
- Click "Save"
Secondary MX Record:
- Click "Add" again
- Enter:
- Host:
@
- Points to:
mx2.kachaw.com
- Priority:
20
- Host:
- Click "Save"
Step 4: Add SPF TXT Record
- Scroll to "TXT (Text)" records
- Click "Add"
- Enter:
- Host:
@
- TXT Value:
v=spf1 a:spf.kachaw.com ~all
- TTL: 1 Hour
- Host:
- Click "Save"
Note: GoDaddy automatically adds quotes around TXT values - don't include them manually.
Step 5: Verify Changes
- Changes typically propagate within 30 minutes but may take up to 48 hours globally
- Verify using:
- GoDaddy's built-in DNS Checker tool
- MXToolbox for MX verification
- Google Admin Toolbox for SPF
GoDaddy-Specific Notes
- Email Forwarding: Disable under "Forwarding" in domain settings if not using GoDaddy email
- DNS Propagation: Faster if you lower TTL values before making changes
- API Access: Available for enterprise customers via GoDaddy Developer API
Troubleshooting
- Records not saving? Check for duplicate @ records in other sections (CNAME, A records)
- Email not working? Ensure no conflicting MX records exist in "Email" tab
- Propagation delays? Contact GoDaddy Support with your domain name and record details
← Back to Guides
Using GoDaddy Workspace Email?
See Workspace Guide