Email authentication is sold as a single recipe — set SPF, DKIM and DMARC and you are done. In practice each provider weighs the three signals differently, and a sender optimised for Gmail can still hit Spam at Mail.ru or get throttled at T-Online. The differences come down to how each filter handles forwarding, alignment, and DMARC policy.
DKIM is universal. SPF matters most where forwarding is rare (GMX, T-Online, Mail.ru). DMARC p=reject is a measurable inbox-rate lift everywhere, biggest at Mail.ru and iCloud. Skipping DKIM hurts at every provider; skipping SPF hurts unevenly.
Gmail and Google Workspace
- Weighting: Domain reputation > DKIM alignment > DMARC policy > SPF. Gmail explicitly de-emphasised SPF after 2024 because forwarding breaks it.
- Bulk Sender Requirements (post-2024): for senders >5K/day to Gmail recipients, DMARC is mandatory and one-click List-Unsubscribe is required. Non-compliance measurably degrades placement.
- Watch: Postmaster Tools, the
Authentication-Resultsheader forarc=passanddkim=pass.
Outlook / Microsoft 365 / Hotmail
- Weighting: SPF is still meaningful — Microsoft accepts ARC less consistently than Google, so SPF brokenness shows up more often.
- SmartScreen quirk: heavy weight on subject patterns and HTML structure. Auth alone does not save bad content from Junk.
- Useful tools: SNDS (IP) and JMRP (complaint feedback). No equivalent of Postmaster Tools' domain dashboard.
Yahoo and AOL (Verizon Media / Yahoo Mail)
- Weighting: Domain reputation, complaint rate, and DKIM alignment. Yahoo joined the Gmail bulk-sender rules almost identically — DMARC and one-click unsubscribe are required at scale.
- BIMI renders in Yahoo and AOL when DMARC enforcement is live and a VMC certificate is published.
iCloud Mail / Apple Mail
- Weighting: opaque. Apple publishes nothing. Observationally: DMARC enforcement materially lifts inbox rate; SPF-only with mismatched From is reliably Junk.
- MPP (Mail Privacy Protection) still pre-fetches images, so open-rate signals are useless for tuning to Apple. Inbox placement seed-tests are the only loop that works.
GMX and T-Online (United Internet, DACH)
- Weighting: SPF is a near-hard gate. Failed SPF often results in greylisting or 4xx temp-fail rather than soft Spam.
- CSA whitelist: the Certified Senders Alliance is meaningful here — listed senders bypass several content checks. Useful for high-volume DACH-targeting senders.
- Language signals: German content with foreign DKIM domain is treated more strictly than at Gmail.
Mail.ru
- Weighting: DKIM alignment is a hard gate. SPF-only senders are deprioritised for Inbox even when SPF itself passes.
- DMARC
p=rejectwith passing alignment is the single biggest inbox-rate lift available at Mail.ru, larger than any single content fix. - Postmaster.mail.ru: exposes complaints, authentication stats and reputation per domain.
Yandex Pochta
- Weighting: ARC-pass is meaningful — Yandex accepts arc-validated forwards more readily than Microsoft. DKIM alignment stays the most important signal.
- Postmaster.yandex.ru: equivalent dashboard; shows reputation by domain and IP, plus a useful FBL.
A practical per-provider recipe
- Publish SPF with a hard
-all(or strict~all) and keep it under 10 lookups. - DKIM-sign every message with a key aligned to the From-domain. Rotate keys yearly; 2048-bit minimum.
- DMARC
p=quarantinefor the warm-up phase, thenp=rejectwithruareporting on. - Add
List-UnsubscribeandList-Unsubscribe-Post: List-Unsubscribe=One-Clickon every marketing send. - Verify per-provider with a real seed test — auth that passes at your mailbox does not always pass at Mail.ru, T-Online or iCloud.
The simplest way to find the per-provider gap: send one email through our free inbox placement test. The same message hits seed mailboxes at all nine providers, and the report showsAuthentication-Results from each so you can spot the one provider where your DKIM domain is not aligning.