🔵

Bluehost DNS Setup Guide

Configure MX and SPF records for domains managed through Bluehost.

Note: Bluehost's interface differs between legacy and new account dashboards.

Screenshot: Bluehost dashboard showing domain management section

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

  1. Log in to your Bluehost account
  2. Navigate to "Domains" in the left sidebar
  3. Select "DNS" or "Zone Editor" (legacy accounts)
  4. Choose your domain from the dropdown

Important: New accounts use "DNS" while older accounts may use "Zone Editor".

Screenshot: Bluehost DNS management interface (both versions)

Step 2: Remove Default MX Records

  1. Locate existing MX records in the mail section
  2. Click the trash can icon to delete each one
  3. Confirm deletion when prompted

Screenshot: Deleting default MX records in Bluehost

Step 3: Add Custom MX Records

Primary MX Record:

  1. Click "Add Record" (new) or "Add DNS Record" (legacy)
  2. Select "MX" from the record type dropdown
  3. Enter these values:
    • Host Record: @ (or leave blank in legacy)
    • Points To: mx1.kachaw.com
    • Priority: 10
    • TTL: 14400 (default)
  4. Click "Save" or "Add Record"

Screenshot: Adding MX record in Bluehost

Secondary MX Record:

  1. Repeat the record addition process
  2. Enter:
    • Host Record: Same as above
    • Points To: mx2.kachaw.com
    • Priority: 20
  3. Save the record

Step 4: Add SPF TXT Record

  1. Click to add a new record
  2. Select "TXT" from the record type dropdown
  3. Enter:
    • Host Record: @
    • TXT Value: v=spf1 a:spf.kachaw.com ~all
    • TTL: 14400
  4. Save the record

Important: Bluehost may show TXT records under "Text" rather than "TXT" in legacy interface.

Screenshot: Adding SPF TXT record in Bluehost

Step 5: Verify Changes

Bluehost-Specific Notes

  • Email Forwarding: Disable in "Email" section if using external MX records
  • cPanel Access: Full DNS control available via cPanel in legacy accounts
  • New Interface: Some features may be limited compared to legacy

Troubleshooting

  • Records not saving? Try switching between legacy and new interfaces
  • Email not working? Ensure all default MX records were removed
  • Need advanced options? Access cPanel via Advanced → cPanel in legacy