Runbooks
Onboard a new client estate
How do I take on a new client’s DNS?
Get read access to whatever provider holds the zones, connect it and sync so discovery finds everything, group the domains into a client portfolio, then run Estate health before promising anything. The health report on an inherited estate is both your work list and the most useful conversation you will have with that client in the first month.
# Getting access
- Ask for an API credential scoped to DNS rather than a shared login. It is better practice and it is what DNSMentor needs anyway.
- Ask who holds the registrar account. It is frequently a different company from the DNS provider, and frequently nobody the client can name.
- If the outgoing provider will not co-operate, Import accepts zone files, CSVs, PDFs and screenshots.
# Discover what is really there
- Connect and sync Discovery enumerates every zone the credential can see, including the ones nobody mentioned in the handover.
- Group into a client portfolio Do this now. Per-client reporting, evidence export and access scoping all depend on it and retrofitting is tedious.
- Run Estate health Sorted worst first. Read the top ten before you agree to anything in a contract.
# What you will find
| Finding | How common | What it means |
|---|---|---|
| No SPF record at all | Very | Anyone can send as the domain and it will not be flagged. |
| DMARC still at p=none | Very | Reporting only. It is not protecting anything. |
| Delegation to a provider they left | Common | Fragile. Works until somebody tidies up an old account. |
| TTLs at 60 seconds since a migration | Common | Unnecessary query load and a fragile dependency on the provider. |
| Records at the wrong name | Common | Resolve for nobody, look correct in every internal tool. |
| No CAA record | Very | Any certificate authority can issue for the domain. |
Estate health output is a credible, specific list of things wrong that the previous provider left. It is the clearest early demonstration of why the client moved, and it writes your first quarter of remedial work for you.
Thanks — noted.
Related
Raise a ticket from inside the platform and your tenant, plan and recent activity come attached automatically. A client currently offline is treated as urgent on every plan.