DMA internet services logo DMA internet services

Managing DNS, SPF and DKIM at DMA

If your domain uses DMA's nameservers, this is where you manage its DNS. This page explains where to do that, how to set up email records (SPF, DKIM, DMARC), and how to delegate DNS management to a third party or an AI assistant.

Where do you manage your DNS?

DMA offers two places for DNS management, depending on what you need.

Client portal

https://klant.dma.nl

For most customers. Manage your domains, DNS records, contact details, invoices and services here. This is the starting point for editing records yourself.

PowerAdmin (advanced)

https://dns.dma.nl/dnsadmin

Our advanced DNS management environment. Here DMA can create a scoped account that only grants access to explicitly named domains, ideal for delegation.

Does DMA manage your DNS? Check your domain's nameservers. If ns.dma.nl, ns2.dma.nl or ns3.dma.nl are set, the DNS is managed at DMA and you can use the portals above.

Our nameservers

DMA internet services' authoritative nameservers:

Delegating DNS management to a third party or an AI agent

Want an external administrator, a vendor or an AI assistant to make DNS changes for you? DMA can create a scoped account in PowerAdmin that only has access to the domain names you designate. The account cannot see or change anything outside those domains.

Request one by email. Include:

Request a scoped account via support@dma.nl

For security reasons we never hand out full account administrator rights. Delegated access is always limited to explicitly named domains.

Email records: SPF

An SPF record (a TXT record on the domain itself) tells receivers which servers may send email on behalf of your domain. For email sent through DMA:

NameTypeValue
@ (the domain itself)TXTv=spf1 a mx include:_spf.dma.nl -all
yourdomain.nl.  IN  TXT  "v=spf1 a mx include:_spf.dma.nl -all"

What does this mean?

PartMeaning
v=spf1SPF version.
a / mxAllow the domain's A and MX hosts.
include:_spf.dma.nlAllow DMA's mail servers.
-allReject everything else (strict). Use ~all to test more softly first.
Use at most one SPF record per domain. If you also send via another service (newsletter, CRM), add their include: to that same record instead of creating a second SPF record.

Email records: DKIM

DKIM digitally signs your outgoing email. At DMA, DKIM is typically set up with a CNAME record on a selector pointing to the mail provider's key. Example (as DMA uses it itself):

NameTypeValue
default._domainkeyCNAMEdkim.registrar.eu.
default._domainkey.yourdomain.nl.  IN  CNAME  dkim.registrar.eu.
The exact selector (here default) and the target value depend on your mail platform. DMA provides these values when setting up your email. Unsure? Ask via support@dma.nl.

Email records: DMARC

DMARC builds on SPF and DKIM and determines what receivers do with email that fails the checks. It is a TXT record at _dmarc.yourdomain.nl. Start soft and monitor first:

_dmarc.yourdomain.nl.  IN  TXT  "v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.nl"

Once the reports show that legitimate mail passes SPF and DKIM correctly, raise the policy to p=quarantine and eventually p=reject for maximum protection against abuse of your domain.

Frequently asked questions

Where do I manage my DNS at DMA?
In the client portal at klant.dma.nl. For advanced or delegated management there is PowerAdmin at dns.dma.nl/dnsadmin.
Can a third party or AI agent manage my DNS?
Yes. DMA can create a scoped account limited to explicitly named domains. Request one via support@dma.nl.
Which nameservers does DMA use?
ns.dma.nl, ns2.dma.nl and ns3.dma.nl.
How do I set up an SPF record for email at DMA?
Add a TXT record on the domain itself: v=spf1 a mx include:_spf.dma.nl -all. Use only one SPF record per domain.
How do I set up DKIM?
Usually a CNAME on a selector, for example default._domainkey.yourdomain.nldkim.registrar.eu. DMA provides the correct selector and target value.
What is DMARC and do I need it?
A TXT record at _dmarc.yourdomain.nl. Start with v=DMARC1; p=none to monitor, then raise to p=quarantine or p=reject.

Need help?

Stuck, or would you like DMA to make the change for you? Contact our support team. Mention your domain name and what you want to achieve and we will help you.

support@dma.nl