Access the DNS Manager

  1. Sign in to your DirectAdmin account.
  2. Click on your domain name to edit it.
  3. Click on the DNS Management link to access your DNS manager.

How to access DirectAdmin DNS records editor

Back to top

Create a SPF record

  1. Scroll down to the Add Domains Records section.
  2. In the TXT line, enter your domain name or your sub-domain and your SPF record.
    Do not forget to add a dot (.) at the end of your domain name.
  3. Click the Add button.

Add SPF on DirectAdmin

On some servers we had to add a backslash ( \ ) before each space otherwise the spf entry would not work.
So if you get a weird result like "v=spf1" "a" "mx" "~all" with the standard spf record, please try with v=spf1\ a\ mx\ ~all

Back to top