qq.com
Live email deliverability and anti-spoofing audit. Every value below was read from public DNS at the moment this page was generated.
86/100 — Solid configuration with a few gaps worth closing. Accepts mail · Protected against spoofing · Hosted by Tencent QQ Mail
Findings
-
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.qq.com and host a policy at https://mta-sts.qq.com/.well-known/mta-sts.txt.
-
mx
Mail is handled by Tencent QQ Mail.
10 mx3.qq.com, 20 mx2.qq.com, 30 mx1.qq.com
-
spf
SPF is published and enforcing.
v=spf1 include:spf.mail.qq.com -all
-
dmarc
DMARC is enforcing with p=quarantine.
v=DMARC1; p=quarantine; rua=mailto:mailauth-reports@qq.com
Records
| MX | 10 mx3.qq.com20 mx2.qq.com30 mx1.qq.com |
|---|---|
| SPF | v=spf1 include:spf.mail.qq.com -all |
| DMARC | v=DMARC1; p=quarantine; rua=mailto:mailauth-reports@qq.com |
| DKIM selectors | none discovered |
| MTA-STS | not published |
| TLS-RPT | not published |
| BIMI | not 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=qq.com"
Also available: /v1/verify?email=… for individual addresses, and
/v1/verify/batch for lists.