Step 1: Log in to OzSpeed hPanel #
- Visit OzSpeed hPanel.
- Enter your username and password, and click Log In to access your dashboard.
Step 2: Access the DNS Zone Editor #
- Once logged in, navigate to the Domains section on the main dashboard.
- Select the domain you want to manage.
- In the domain management page, click on DNS Settings or Manage DNS to open the DNS Zone Editor.
Step 3: View Existing MX Records #
- Scroll to the MX Records section to see the current mail server settings.
- Review the existing records to ensure they match your email provider’s recommended setup.
Step 4: Add a New MX Record #
- In the MX Records section, click Add Record.
- Fill in the required fields:
- Host/Name: Enter
@
for the root domain (e.g.,example.com
). - Priority: Input the priority level (lower numbers indicate higher priority).
- Target: Enter the mail server address (e.g.,
mail.example.com
). - TTL (Time to Live): Use the default or set a custom value (e.g.,
300
seconds).
- Host/Name: Enter
- Click Save to add the new MX Record.
Step 5: Edit an Existing MX Record #
- Locate the MX Record you want to update in the list.
- Click the Edit button next to the record.
- Modify the Priority, Target, or other details as needed.
- Save your changes.
Step 6: Delete an MX Record #
- To remove an MX Record, click Delete next to the record in the MX Records section.
- Confirm the deletion.
Step 7: Verify Changes #
- Use tools like dnschecker.org to confirm the updated MX Records are propagating globally.
- Send a test email to ensure the new settings work as intended.
Example MX Record Settings in OzSpeed #
Host/Name | Type | Priority | Value/Target | TTL |
---|---|---|---|---|
@ | MX | 10 | mail.example.com | 300 |
@ | MX | 20 | backupmail.example.com | 300 |
Troubleshooting Common Issues #
- Emails Not Delivering:
- Ensure your MX Records match the settings provided by your email service provider.
- Verify the priority levels are correctly assigned.
- Changes Not Reflecting:
- Clear your local DNS cache:
- Windows:
ipconfig /flushdns
- macOS:
sudo killall -HUP mDNSResponder
.
- Windows:
- Allow up to 24–48 hours for DNS changes to propagate globally.
- Clear your local DNS cache:
- Conflicting Records:
- Ensure there are no duplicate or conflicting MX Records for the same domain.
Additional Tips: #
- Coordinate with Your Email Provider:
- Use the exact MX Record settings recommended by your email provider (e.g., Google Workspace, Microsoft 365).
- Backup DNS Records:
- Save a backup of your current DNS settings before making changes.
- Contact OzSpeed Support:
- If issues persist, contact OzSpeed’s support team for assistance.