icloud.com
Live email deliverability and anti-spoofing audit. Every value below was read from public DNS at the moment this page was generated.
78/100 — Solid configuration with a few gaps worth closing. Accepts mail · Protected against spoofing · Hosted by Apple iCloud
Findings
-
spf
SPF has no enforcing terminator, so unauthorised senders are neither marked nor rejected.
v=spf1 redirect=_spf.icloud.com
Fix: End the record with -all.
-
dkim
No DKIM key found at any common selector. Either DKIM is not configured, or it uses a custom selector we cannot discover from DNS alone.
Fix: Enable DKIM signing at your mail provider and publish the selector they give you.
-
mta sts
No MTA-STS policy, so inbound mail can be downgraded to an unencrypted connection.
Fix: Publish _mta-sts.icloud.com and host a policy at https://mta-sts.icloud.com/.well-known/mta-sts.txt.
-
mx
Mail is handled by Apple iCloud.
10 mx01.mail.icloud.com, 10 mx02.mail.icloud.com
-
dmarc
DMARC is enforcing with p=quarantine.
v=DMARC1; p=quarantine; sp=quarantine; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com
-
bimi
BIMI is published; supporting clients can show your logo.
v=BIMI1; l=; a=;
Records
| MX | 10 mx01.mail.icloud.com10 mx02.mail.icloud.com |
|---|---|
| SPF | v=spf1 redirect=_spf.icloud.com |
| DMARC | v=DMARC1; p=quarantine; sp=quarantine; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com |
| DKIM selectors | none discovered |
| MTA-STS | not published |
| TLS-RPT | not published |
| BIMI | published |
| DNSSEC | not validating |
Same data, as JSON, in one request. No SMTP probing, no stored recipient data, 250 free calls a month.
curl "https://mailgrade.dev/v1/domain?domain=icloud.com"
Also available: /v1/verify?email=… for individual addresses, and
/v1/verify/batch for lists.