
How we review AI-generated code before it ships.
The checklist our engineers run on every meaningful change — logic, data and security.
28 May 2026·3 min read
06Resources · Blog
Domains, certificates and mailboxes are three systems that fail as one. A practical checklist for keeping the boring layer boring.

01
They share a single dependency: the domain name. DNS decides where your site resolves, which certificate authority can prove ownership, and whether your email is trusted. Change one record carelessly and you can take down a website and a mailbox in the same afternoon.
They also tend to be spread across the most vendors and owned by the fewest people. It is common to find the domain registered by a former employee, hosting bought on someone's personal card, and email set up by whoever was nearest at the time.
02
Start here, because everything else inherits from it.
03
Most TLS incidents are not a failure of encryption, they are a failure of calendars. Someone renewed manually last year and has since left.
04
This is where most estates are quietly broken. Mail appears to work because recipients you already correspond with are lenient, and then a campaign or an invoice run lands in spam.
05
Two rules cover most of the risk. First, the organisation owns every account at the registrar, host and mail provider — a supplier may have access, but never sole access. Second, someone can name the person responsible for each layer without checking.
Consolidating vendors helps, but it is secondary. A tidy single vendor that nobody has the password for is worse than three vendors with clear ownership.
—In short
If you take three things from this
Domain, certificate and mail all hang off DNS — treat them as one system.
Most TLS failures are calendar failures; automate renewal and alert a team.
Email auth is usually the broken part, and it fails silently until it matters.
Next step
We take on domains, hosting, TLS and mail as one chain — including estates we did not build.
—Read next

The checklist our engineers run on every meaningful change — logic, data and security.
28 May 2026·3 min read

Fast scaffolding is wasted if the schema cannot survive the second feature.
14 May 2026·3 min read