[WordPress] 外掛分享: DMARCREPORT Domain Auth Checker

前言介紹

  • 這款 WordPress 外掛「DMARCREPORT Domain Auth Checker」是 2026-02-22 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2026-02-23,距離現在已有 3 天。
  • 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

duocircle |

外掛標籤

SPF | bimi | DMARC | mta-sts | email authentication |

內容簡介

### 摘要

DMARCREPORT Domain Auth Checker 允許您在任何 WordPress 頁面或文章上嵌入互動式的電子郵件驗證記錄檢查器,只需使用簡單的短碼。所有 DNS 查找通過 PHP 的原生 dns_get_record() 函數在本地運行。 MTA-STS 檢查器也通過 HTTPS 擷取域的 MTA-STS 政策文件 (請參見下面的外部服務)。

### 問題與答案

1. SPF Checker 的功能是什麼?
- 分析任何域的 SPF 記錄
- 監控 DNS 查找次數 (RFC 7208 限制為 10)
- 在互動樹中查看 SPF 記錄結構
- 每個機制查找次數的分解
- 健康狀態指示器(良好 / 達到上限 / 危急)

2. DMARC Checker 做了哪些事情?
- 分析 DMARC 政策和配置
- 交互式 DMARC 記錄生成器
- 標籤解析和描述
- DKIM 和 SPF 對齊檢查
- 報告配置(rua/ruf)驗證

3. 如何使用 TLST-TPT Checker?
- 檢查 SMTP TLS 報告配置
- 驗證 mailto: 和 https: 報告端點
- TLS-RPT 設置的健康評分

4. BIMI Checker 的功能是什麼?
- 驗證用於消息識別的品牌指示器設置
- 可視化標識預覽
- VMC(驗證標記證書)檢測
- 自定義選擇器支援

5. MTA-STS Checker 做了哪些任務?
- 驗證 MTA-STS DNS TXT 記錄
- 獲取並解析 MTA-STS 政策文件
- 模式檢測(執行/測試/無)
- 來自政策的 MX 主機列表
- 最大時齡分析

6. 這些檢查器的特點是什麼?
- 域名和記錄值的複製功能
- 完全響應式設計(桌面和移動設備)
- URL 深度鏈接 — 通過 ?domain=example.com 分享結果
- 所有檢查器都具有視覺化健康指示器

7. 使用時應注意什麼?
- 使用 [dmarcreport_domain_auth_checker] 短碼並添加 type 屬性:
- SPF(默認):[dmarcreport_domain_auth_checker] 或 [dmarcreport_domain_auth_checker type="spf"]
- DMARC:[dmarcreport_domain_auth_checker type="dmarc"]
- TLS-RPT:[dmarcreport_domain_auth_checker type="tlsrpt"]
- BIMI:[dmarcreport_domain_auth_checker type="bimi"]
- MTA-STS:[dmarcreport_domain_auth_checker type="mta-sts"]
- 所有檢查器支持 ?domain=example.com URL 參數進行深度鏈接和自動分析

8. 關於外部服務的資訊:
- 這個外掛執行 DNS 查找,對於 MTA-STS 檢查器,還會對正在分析的域進行 HTTPS 請求;沒有數據被發送到由插件作者運營的任何第三方 API 或服務。
- DNS 查找是通過您的服務器配置的 DNS 解析器處理的,並且不通過任何外部 API 路由。
- MTA-STS 檢查器透過 HTTPS GET 請求獲取域的 MTA-STS 政策文件,請求發送到正在分析的域的網絡服務器,也沒有發送到第三方服務。
- 外掛包含指向 dmarcreport.com 和 autospf.com 的鏈接,這些鏈接出現在檢查器界面上的 "Powered by" 水印和價格行動呼叫按鈕中。點擊時,它們是標準超鏈接,會在新的瀏覽器標籤中打開 — 外掛並不自動向這些網站傳送任何數據。

原文外掛簡介

DMARCREPORT Domain Auth Checker lets you embed interactive email authentication record checkers on any WordPress page or post using a simple shortcode. All DNS lookups run locally through PHP’s native dns_get_record() function. The MTA-STS checker also fetches the domain’s MTA-STS policy file over HTTPS (see External Services below).
SPF Checker

Analyze SPF records for any domain
Monitor DNS lookup count (RFC 7208 limit of 10)
View SPF record structure in an interactive tree
Per-mechanism lookup count breakdown
Health status indicator (Good / At Limit / Critical)

DMARC Checker

Analyze DMARC policies and configuration
Interactive DMARC record builder
Tag parsing with descriptions
DKIM and SPF alignment checks
Reporting configuration (rua/ruf) verification

TLS-RPT Checker

Check SMTP TLS Reporting configuration
Validate mailto: and https: reporting endpoints
Health scoring for TLS-RPT setup

BIMI Checker

Verify Brand Indicators for Message Identification setup
Visual logo preview
VMC (Verified Mark Certificate) detection
Custom selector support

MTA-STS Checker

Verify MTA-STS DNS TXT record
Fetch and parse the MTA-STS policy file
Mode detection (enforce/testing/none)
MX host listing from policy
Max age analysis

Common Features

Copy to clipboard for domains and record values
Fully responsive design (desktop and mobile)
URL deep linking — share results via ?domain=example.com
Visual health indicators for all checkers
Powered by dmarcreport.com watermark

Usage
Use the [dmarcreport_domain_auth_checker] shortcode with the type attribute:

SPF (default): [dmarcreport_domain_auth_checker] or [dmarcreport_domain_auth_checker type="spf"]
DMARC: [dmarcreport_domain_auth_checker type="dmarc"]
TLS-RPT: [dmarcreport_domain_auth_checker type="tlsrpt"]
BIMI: [dmarcreport_domain_auth_checker type="bimi"]
MTA-STS: [dmarcreport_domain_auth_checker type="mta-sts"]

All checkers support the ?domain=example.com URL parameter for deep linking and auto-analysis.
External services
This plugin performs DNS lookups and, for the MTA-STS checker, an HTTPS request to the domain being analyzed. No data is sent to any third-party API or service operated by the plugin author.
DNS lookups
When a user submits a domain for analysis, the plugin uses PHP’s built-in dns_get_record() function to query DNS records directly from your WordPress server. The domain name entered by the user is sent as a standard DNS query. This happens each time a user clicks the analyze button for any checker (SPF, DMARC, TLS-RPT, BIMI, or MTA-STS).
DNS lookups are handled by your server’s configured DNS resolver and are not routed through any external API.
MTA-STS policy file fetch
The MTA-STS checker fetches the domain’s MTA-STS policy file by making an HTTPS GET request to:
https://mta-sts.{domain}/.well-known/mta-sts.txt
This request is sent to the web server of the domain being analyzed (not to a third-party service). It is made each time a user analyzes a domain using the MTA-STS checker. Only the HTTP request itself is sent — no additional user data, cookies, or tracking information is included.
Since this request goes directly to the analyzed domain’s own web server, there is no third-party service provider with separate terms of use or privacy policy. The connection uses HTTPS with SSL verification enabled.
Outbound links
The plugin includes links to dmarcreport.com and autospf.com (services by the plugin author, DuoCircle). These appear as “Powered by” watermarks and pricing call-to-action buttons within the checker interface. They are standard hyperlinks that open in a new browser tab when clicked by the user — no data is sent to these sites automatically by the plugin.

dmarcreport.com Terms and Conditions
dmarcreport.com Privacy Policy
autospf.com Terms and Conditions
autospf.com Privacy Policy

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「DMARCREPORT Domain Auth Checker」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.7.2 | trunk |

延伸相關外掛(你可能也想知道)

  • Deliverability – pass DKIM, SPF, DMARC & more 》我們的 WordPress Deliverability Plugin 可讓您輕鬆簽署網站產生的電子郵件,並通過 DKIM 簽名進行驗證。, 但我們的 Deliverability Plugin 不僅如此!實際...。
  • Mailsure 》總結:Mailsure提供一鍵式的電子郵件驗證測試,檢查WordPress是否能夠正確發送經過驗證的郵件,同時可傳送測試郵件至任何地址,並透過MXToolbox檢查郵件伺服...。

文章
Filter
Apply Filters
Mastodon