DMARC Lookup Jun 19, 2026

DMARC for Domains That Never Send Email: Why p=reject Can (and Should) Be Immediate

A domain that never sends email is, paradoxically, an easy spoofing target — recipients have no way to know "this domain never sends mail" without DMARC explicitly saying so. Here's why p=reject can be applied immediately (with zero risk) to parked/non-sending domains and subdomains, how sp= protects subdomains separately from the primary domain's policy, and why BIMI specifically requires p=quarantine or p=reject, not p=none.

NS Lookup Jun 19, 2026

Multiple Nameservers, One Provider: Why "Redundant" DNS Isn't Always as Redundant as It Looks

A domain can have multiple nameservers, all responding correctly, all passing every lookup test — and still go fully offline the moment one provider has a bad day, if all those "multiple" nameservers belong to the same provider's infrastructure. Here's the single-provider redundancy illusion, how genuine multi-provider DNS requires keeping zone data synchronized, and how Anycast architecture explains why most single-provider setups are, in practice, quite resilient anyway.

Traceroute Jun 18, 2026

Traceroute Only Shows One Direction — and ECMP Means That Direction Changes Between Runs

Traceroute shows the path your packets take to a destination — but the return path is completely different and invisible, and even the forward path can vary between consecutive traceroutes due to ECMP load balancing. Here's how TTL-based probe discovery works, why ECMP makes each probe potentially follow a different path through multi-path networks, how Paris traceroute solves this, and why "* * *" in the middle of a traceroute usually isn't a problem.

Blacklist Checker Jun 18, 2026

A Clean Blacklist Record Doesn't Mean Gmail Will Deliver Your Email — Here's the Private Reputation System You Can't See

A clean public blacklist record doesn't guarantee inbox delivery — Gmail, Outlook, and Yahoo operate private reputation systems that aren't published, don't have external lookup tools, and use engagement signals (open rates, spam complaint rates, deletes without opening) rather than just IP status. Here's the two-tier reputation system, what Google Postmaster Tools and Microsoft SNDS provide, the IP warm-up requirement, and why clearing DNSBLs is necessary but not sufficient.

SPF Lookup Jun 18, 2026

SPF Validates the Envelope Sender, Not What You See in Your Inbox — Here's Why That Matters

SPF validates the envelope sender — the address used during SMTP delivery — not the "From" header address that recipients actually see. This means SPF can pass for an email that appears to be from [email protected], because the attacker set a legitimate envelope sender from their own domain. Here's why DMARC's alignment requirement exists to close this gap, what -all vs ~all vs +all actually mean, and the SPF flattening trade-off.

Website Speed Test Jun 17, 2026

Why a 95 Website Speed Score Doesn't Mean Real Users Experience It as Fast — Lab Data vs Field Data

A website scoring 95 in a lab speed test can still feel slow to real users — lab tests run on powerful servers with fast connections and empty caches, while real users are on phones, on 4G, seeing your site for the first time. Here's the lab vs field data distinction, what LCP/INP/CLS actually measure, why slow TTFB sets a floor no client-side fix can overcome, and the specific changes that move each Core Web Vital the most.

SSL Checker Jun 17, 2026

SSL Certificate Expiry Fails Silently — Here's Every Way Automated Renewal Can Break Without Warning

SSL certificate expiry gives no visible warning until the moment it fails — and then every visitor simultaneously sees a hard browser error. Here's why automated renewal (Let's Encrypt + Certbot) fails silently in specific patterns (the cron job stops, the web server never reloads, domain validation breaks), why external expiry monitoring is essential even with automation, and the certificate-pinning complication for mobile apps.

MX Lookup Jun 17, 2026

MX Record Priority and Failover: How Mail Servers Actually Choose Between Multiple MX Records

Multiple MX records don't load-balance by default — lower priority numbers are tried first, in strict order, with fallback only on connection failure (not on "recipient doesn't exist" responses). Here's how MX priority actually governs mail server selection, when equal priorities create real load distribution, the null MX convention for email-free domains, and practical MX configuration patterns.

Website Speed Test Jun 17, 2026

Bufferbloat: Why a 300 Mbps Speed Test Result Can Coexist With Terrible Video Call Quality

A speed test showing 300 Mbps can coexist with terrible video call quality — because throughput and latency-under-load are different things, and bufferbloat is specifically a latency problem that high throughput doesn't fix. Here's how oversized buffers interact with TCP to cause latency spikes under load, why AQM algorithms like CoDel and CAKE fix this, and how to actually test for it.

Ping Tool Jun 17, 2026

Why Your Ping to the Other Side of the World Can Never Go Below ~150ms: The Speed-of-Light Floor

No network upgrade will get your ping to a server on the other side of the world below roughly 130-150ms — not because of congestion or old equipment, but because of the speed of light in fiber, which sets a hard physical floor on latency. Here's how to calculate that floor for any distance, why real fiber routes are longer than great-circle distance (making the floor even higher in practice), why satellite internet has its own altitude-driven latency profile, and how to interpret ping results to servers on different continents.

DKIM Checker Jun 16, 2026

DKIM Key Length and Algorithm: Why "Still Validates" Doesn't Mean "Still Recommended"

A DKIM key generated five years ago might still be using RSA-1024 — a length that was acceptable then but has since been "softly" deprecated by major providers, even though signatures using it still technically validate. Here's how to identify your key's algorithm and length from its DNS record, why Ed25519 is the emerging alternative (and why dual-key signing addresses its adoption gap), and why this migration follows the same process as any DKIM key rotation.

DKIM Checker Jun 16, 2026

DKIM, Mailing Lists, and Forwarding: Why Signatures Break and How ARC Tries to Help

A correctly signed email can fail DKIM verification at the recipient simply because a mailing list added an unsubscribe footer — modifying the signed content. Here's why mailing lists and forwarding break DKIM, how ARC (Authenticated Received Chain) was designed to preserve authentication results through intermediaries, and why SPF and DKIM respond differently to forwarding.