GLOSSARY

DNS and email-security terms in plain language

Technical standards keep their names, but their purpose and typical problems should not require a separate search.

DNSDomain Name System

What it does
Maps a domain to public services.
Why it matters
Broken DNS can affect several services at once.
Typical problem
Delegation and authoritative answers disagree.

Related tool

MXMail Exchanger

What it does
Names the servers that receive email.
Why it matters
Senders use it to route incoming mail.
Typical problem
A target is missing or unreachable.

Related tool

SPFSender Policy Framework

What it does
Lists envelope senders authorized by a domain.
Why it matters
It supports email authentication.
Typical problem
More than one record or too many lookups.

Related tool

DKIMDomainKeys Identified Mail

What it does
Publishes a public key for email signatures.
Why it matters
It lets receivers verify signed message content.
Typical problem
The selector record is missing or malformed.

Related tool

DMARCDomain-based Message Authentication, Reporting and Conformance

What it does
Sets handling guidance for unauthenticated visible From mail.
Why it matters
It is the main public anti-impersonation control.
Typical problem
p=none never requests enforcement.

Related tool

SMTPSimple Mail Transfer Protocol

What it does
Transfers email between mail systems.
Why it matters
Mail cannot arrive if receiving SMTP is unavailable.
Typical problem
The MX server rejects or times out.

Related tool

STARTTLSSTARTTLS

What it does
Upgrades SMTP to encrypted TLS.
Why it matters
It protects transport when both sides support it.
Typical problem
Advertised TLS fails the handshake.

Related tool

TLSTLS

What it does
Encrypts and authenticates a network connection.
Why it matters
Invalid certificates can prevent secure transport.
Typical problem
Expired certificate or hostname mismatch.

Related tool

CAACertification Authority Authorization

What it does
Limits which CAs may issue certificates.
Why it matters
It can reduce unintended certificate issuance.
Typical problem
An expected CA is absent.

Related tool

DNSSECDNS Security Extensions

What it does
Signs DNS data for validation.
Why it matters
It helps detect DNS tampering.
Typical problem
A signed zone becomes BOGUS.

Related tool

MTA-STSMTA-STS

What it does
Publishes a TLS delivery policy for supporting senders.
Why it matters
It makes authenticated SMTP TLS enforceable for supporters.
Typical problem
TXT exists but HTTPS policy fails.

Related tool

TLS-RPTTLS-RPT

What it does
Collects reports about SMTP TLS failures.
Why it matters
It helps reveal delivery failures.
Typical problem
No valid report destination.

Related tool

DANEDNS-based Authentication of Named Entities

What it does
Associates TLS service data with DNSSEC-protected TLSA records.
Why it matters
It can strengthen mail transport authentication.
Typical problem
TLSA does not match the service.

Related tool

PTRPointer record

What it does
Maps an IP address back to a hostname.
Why it matters
It supports mail-server identity checks.
Typical problem
No reverse DNS record.

Related tool

FCrDNSForward-confirmed reverse DNS

What it does
Checks forward and reverse DNS agree.
Why it matters
It provides stronger server-identity evidence.
Typical problem
Forward lookup does not return the original IP.

Related tool

RBLRBL

What it does
Lists IP reputation in blocklists.
Why it matters
Listings may affect mail acceptance.
Typical problem
A provider’s listing is stale or disputed.

Related tool

BIMIBrand Indicators for Message Identification

What it does
Associates a verified brand indicator with email.
Why it matters
It may improve brand display after authentication.
Typical problem
DMARC enforcement is not ready.

Related tool