DNS changes can take up to 24-48 hours to propagate. Incorrect records can disrupt email delivery, so double-check values before saving.
Accessing the DNS Manager
- Log in to your DirectAdmin control panel.
- In the main menu, click Domain Administration.
- Select the domain you want to manage.
- Click DNS Management.
- You will see a list of your current DNS records for that domain.
Adding or Editing a Record
- To add a new record, scroll to the relevant section (e.g. TXT or MX) and fill in the fields.
- To edit an existing record, click the record value and modify it.
- Click Add or Save to apply your changes.
Common Records for Email
MX Records
Point your domain's incoming email to OnePoundEmail's servers.
Type Host Value Priority
MX @ server.hostname.net 10
MX @ server-relay.hostname.net 20
SPF Record
Authorises OnePoundEmail servers to send mail on behalf of your domain.
Type Host Value
TXT @ v=spf1 include:mxroute.com ~all
DKIM Record
Your DKIM key is generated automatically. Find it in DirectAdmin under E-Mail Manager > DomainKeys and add it as a TXT record at your registrar if it is not already present.
Tips
- Only edit records you understand. Incorrect changes can break email delivery.
- If your domain's DNS is managed at your registrar (not in DirectAdmin), you will need to log in to your registrar to make changes.
- Use the Managing DNS Records guide for the full recommended setup.