About Features Pricing Documentation News Get Started
Docs DirectAdmin Editing DNS Records

Editing DNS Records in DirectAdmin

DNS records control how your domain handles email and other services. This guide explains how to view and edit DNS records directly in DirectAdmin.

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

  1. Log in to your DirectAdmin control panel.
  2. In the main menu, click Domain Administration.
  3. Select the domain you want to manage.
  4. Click DNS Management.
  5. You will see a list of your current DNS records for that domain.

Adding or Editing a Record

  1. To add a new record, scroll to the relevant section (e.g. TXT or MX) and fill in the fields.
  2. To edit an existing record, click the record value and modify it.
  3. 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.