Here's how 205er.de protects its email
Checked August 02, 2026 02:40
Core protections
SPF
PartialSPF is configured but only soft-fails unapproved servers, or its policy couldn't be read cleanly — spoofed mail may still get through.
Show raw DNS record
v=spf1 a mx ip4:84.19.1.224/28 ip4:62.108.32.0/24 ip4:88.79.198.0/24 ip4:212.144.99.143 ip4:212.144.99.188 ip4:5.181.50.2 include:spf-a.org-dns.com ~all
DKIM
ProtectedA DKIM signing key was found — outgoing mail can be cryptographically verified as genuinely from this domain.
Show raw DNS record
default
DMARC
PartialDMARC is present but not set to reject, so mail that fails alignment may still be delivered or only flagged.
- No aggregate reporting is configured — the domain owner has no visibility into who's sending on their behalf.
Show raw DNS record
v=DMARC1; p=none;
Advanced protections
Want this level of protection for your own attachments?
Adlerwacht adds passkey-verified, end-to-end secured delivery on top of whatever your domain already has configured.
What do these mean?
What is SPF?
SPF (Sender Policy Framework) is a DNS record listing which mail servers are allowed to send email for a domain. Without it, anyone can forge the "From" address.
What is DKIM?
DKIM (DomainKeys Identified Mail) cryptographically signs outgoing email, letting the receiving server verify it wasn't altered in transit and really came from this domain.
What is DMARC?
DMARC tells receiving mail servers what to do with messages that fail SPF or DKIM checks — ignore them, quarantine them, or reject them outright.
What is MTA-STS?
MTA-STS forces incoming mail to this domain to travel over an encrypted, certificate-verified connection, closing off a common way attackers intercept mail in transit.
What is CAA?
A CAA record lists which Certificate Authorities are allowed to issue TLS certificates for a domain, making it harder for an attacker to get a fraudulent certificate issued elsewhere.