DMARCレポーティング
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/dmarc-reporting/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/dmarc-reporting/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dmarc-reporting/)
Use the native HTML custom element.
DMARCレポーティングは[[dmarc|DMARC]]に組み込まれたフィードバックメカニズムで、ドメイン所有者に自分のドメイン名でメールを送信しているのが誰か、それらのメッセージが[[spf-record|SPF]]と[[dkim|DKIM]]認証を通過しているかを示す構造化レポートを送信します。集計レポート(RUA)は受信メールサーバーがXML形式で毎日送信し、発信元別のボリュームと通過/不通過率を要約します。フォレンジックレポート(RUF)は個々の失敗メッセージの編集済みコピーを提供します。DMARCレポートを分析することで、ドメイン所有者はポリシーを「p=none」から「p=reject」に強化する前に、不正な送信者、誤設定されたメールストリーム、なりすまし試みを特定できます。
使用例
After enabling DMARC with rua=mailto:[email protected], a SaaS company discovers its marketing automation tool is sending from an IP not covered by its SPF record, causing 15% of marketing emails to fail authentication silently.