Where do you manage your DNS?
DMA offers two places for DNS management, depending on what you need.
Client portal
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)
Our advanced DNS management environment. Here DMA can create a scoped account that only grants access to explicitly named domains, ideal for delegation.
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:
- ns.dma.nl
- ns2.dma.nl
- ns3.dma.nl
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:
- the exact domain name(s) that need access;
- who (or which party/assistant) should get access;
- whether it is one-off help or ongoing management.
Request a scoped account via support@dma.nl
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:
| Name | Type | Value |
|---|---|---|
@ (the domain itself) | TXT | v=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?
| Part | Meaning |
|---|---|
v=spf1 | SPF version. |
a / mx | Allow the domain's A and MX hosts. |
include:_spf.dma.nl | Allow DMA's mail servers. |
-all | Reject everything else (strict). Use ~all to test more softly first. |
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):
| Name | Type | Value |
|---|---|---|
default._domainkey | CNAME | dkim.registrar.eu. |
default._domainkey.yourdomain.nl. IN CNAME dkim.registrar.eu.
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?
Can a third party or AI agent manage my DNS?
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?
v=spf1 a mx include:_spf.dma.nl -all. Use only one SPF record per domain.How do I set up DKIM?
default._domainkey.yourdomain.nl → dkim.registrar.eu.
DMA provides the correct selector and target value.What is DMARC and do I need it?
_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.
DMA internet services