---
title: "DKIM vs DMARC: その違いは何か | AutoSPF"
description: "DKIM は認証方式です。メッセージが認可され改変されていないことを証明する暗号署名です。DMARC はその上に構築されたポリシーとレポートの層です。"
image: "https://autospf.com/images/og-default.png"
canonical: "https://autospf.com/ja/email-authentication/dkim-vs-dmarc/"
---

# DKIM vs DMARC

DKIM は認証方式です。メッセージが認可され改変されていないことを証明する暗号署名です。DMARC は DKIM（および SPF）の上に構築されたポリシーとレポートの層で、可視の From ドメインとの整合をチェックし、失敗時に受信側が何をすべきかを指示します。両者は代替関係ではありません。

このガイドは[メール認証](/ja/email-authentication/)ガイドの一部です。関連記事: [SPF vs DKIM](/ja/email-authentication/spf-vs-dkim/) と [SPF vs DMARC](/ja/email-authentication/spf-vs-dmarc/)。

**DKIM は認証方式です。メッセージが送信ドメインによって認可され、転送中に改変されていないことを証明する暗号署名です。DMARC はポリシーとレポートの層で、DKIM（および SPF）の結果を用い、それらが可視の From ドメインと整合しているかをチェックし、メッセージが失敗したときに受信側が何をすべきかを指示します。両者は代替関係ではありません — DMARC は DKIM の上に構築されています。**

## DKIM は何をするか

[DKIM](/dkim/)（DomainKeys Identified Mail）は、送信サーバーが送出するすべてのメッセージに暗号署名を付与できるようにします。サーバーは選択されたヘッダーと本文を秘密鍵で署名し、受信側はその署名を送信ドメインの DNS に公開された公開鍵に照らして検証します。検証が成功すれば、受信側は 2 つのことを知ります。メッセージが署名鍵を管理するドメインによって認可されたこと、そして署名されたコンテンツが送信から配信までの間に改変されていないことです。

その署名は、[DKIM 署名](/dkim/dkim-signature/)と呼ばれる隠れたヘッダーの中を運ばれます。そこには、どのドメインがメッセージに署名したか、どのセレクターが公開鍵を指すか、どのヘッダーがカバーされているかが記録されます。決定的に重要なのは、DKIM 単独では「この署名は有効か？」という問いにしか答えないということです。DKIM は、署名のないメッセージや無効なメッセージを受信側がどう扱うべきかを決めませんし、ドメイン所有者に何も報告しません。DKIM は検証の仕組みであって、強制や監視のシステムではないのです。

## DMARC は何をするか

DMARC（Domain-based Message Authentication, Reporting and Conformance）は 1 つ上の層に位置します。DMARC 自身はメッセージに署名も検証もしません — 代わりに、DKIM と SPF の合否結果を取り込み、それらに欠けている 3 つのものを加えます。

第一に、**整合性**です。DMARC は、合格した DKIM（または SPF）の結果が、人が From ヘッダーで目にするのと同じドメインに属していることを要求します。無関係なドメインからの有効な署名では DMARC を満たしません。これは、攻撃者が認証を合格させながらあなたのブランドをなりすませてしまう隙間を塞ぎます。

第二に、**ポリシー**です。DNS に公開された DMARC レコードは、整合に失敗したメッセージをどう扱うかを受信側に指示します。`p=none`（監視のみ）、`p=quarantine`（迷惑メールへ送る）、または `p=reject`（即座にブロック）です。まず `none` で観察を始め、その後 `reject` へと強化していきます。

第三に、**集計レポート**です。受信側は、あなたのドメインとしてメールを送っているすべての送信元 — 正当なものも不正なものも — を示す XML レポートを返します。公開したレコードに頼る前に、[DMARC チェッカー](/ja/tools/dmarc-checker/)でそのレコードを検証できます。

## DKIM vs DMARC を一目で

| 観点          | DKIM                                | DMARC                                      |
| ----------- | ----------------------------------- | ------------------------------------------ |
| 目的          | メッセージを暗号的に署名し検証する                   | ポリシーを強制し、認証結果についてレポートする                    |
| 何をチェックするか   | 署名の有効性とメッセージの完全性                    | DKIM/SPF が合格し、_かつ_ From ドメインと整合しているか       |
| どこに公開されるか   | セレクターの DNS TXT レコード、加えて各メッセージ上のヘッダー | \_dmarc.yourdomain.com にある単一の DNS TXT レコード |
| レポートを生成するか？ | いいえ                                 | はい — 集計（および任意のフォレンジック）レポート                 |
| 単独で機能できるか？  | 検証はするが、強制もレポートもできない                 | いいえ — 評価には DKIM や SPF の結果が必要               |

## 両者はどう連携するか

DMARC は決して DKIM を置き換えません。DMARC は DKIM に依存しています。メッセージが到着すると、受信側は DKIM 署名と SPF 結果をチェックします。DMARC はそれからより厳格な問いを立てます。少なくとも一方が合格したか、_かつ_その合格したドメインは受信者が目にする From アドレスと一致するか、というものです。

DKIM がメッセージを認証し、署名ドメインが From ドメインと整合すれば、メッセージは DMARC に合格します（SPF も同じように整合を満たせます）。DKIM と SPF の両方が整合に失敗した場合、DMARC はあなたが公開したポリシー — quarantine または reject — を適用します。

だからこそ両者は補完的なのです。DKIM 単独ではメッセージが本物で改変されていないことを証明しますが、メッセージに署名がなかったり偽造されていたりする場合には何もできません。DMARC 単独では評価すべき暗号的な証拠がなく、DKIM と SPF が渡す結果を強制しレポートすることしかできません。両者が組み合わさることで、DKIM が信頼できるシグナルを供給し、DMARC がそのシグナルを強制と可視性へと変えます。

## 両方が必要ですか？

はい。両者は同じ問題の異なる半分を解決し、どちらも単独では不完全です。

DMARC のない DKIM は、実際の隙間を残します。有効な署名はメッセージが改ざんされていないことを証明しますが、署名のないメールを受信側に拒否させる強制力はなく、誰があなたの名を騙って送信しているかを知らせるものもありません。攻撃者は署名を一切付けずにあなたの From アドレスをなりすませてしまい、あなたはそれが起きていることを決して目にできません。

DKIM（または SPF）のない DMARC には、強制する対象がありません。DMARC は認証結果を評価します — もし基盤となる方式が合格・整合した結果を一つも生み出さなければ、DMARC はすべてのメッセージを失敗させることしかできず、正当なメールを壊してしまいます。DMARC に供給する認証方式が少なくとも 1 つは必要で、DKIM はその署名が SPF よりもフォワーディングを生き延びやすいため、最も耐久性があります。

メールを送信するあらゆるドメインにとっての実務的な答えはこうです。認証の層として SPF と DKIM を導入し、その上に DMARC を重ねて整合させ、強制し、監視することです。

## よくある質問

### DKIM と DMARC の違いは何ですか？

DKIM は認証方式で、各メッセージに暗号署名を付与し、受信側がそれが認可され改変されていないことを検証できるようにします。DMARC はポリシーとレポートの層で、DKIM と SPF の結果を読み取り、それらが可視の From ドメインと整合しているかをチェックし、失敗をどう扱うかを受信側に指示します。一方が検証し、もう一方が強制しレポートします。

### DMARC は DKIM より優れていますか？

どちらが優れているということはありません — 両者は異なる役割を果たし、互いに依存しています。DKIM は、メッセージが本物で改変されていないという暗号的な証拠を提供します。DMARC はその証拠を用い、From ドメインとの整合を加え、ポリシーを強制し、レポートを返します。DKIM がなければ DMARC には評価する対象がなく、DMARC がなければ DKIM は何も強制も監視もできません。

### DKIM なしで DMARC を使えますか？

技術的には DMARC は SPF だけで合格しうるので、DKIM なしでも機能します。しかしそれは脆弱です。メールがフォワードされると SPF は壊れますが、DKIM 署名はフォワーディングを生き延びます。整合を SPF だけに頼ると、正当なフォワードメールが DMARC に失敗しかねません。信頼できる強制のためには、DMARC ポリシーを強化する前に SPF と DKIM の両方を公開してください。

### DKIM には DMARC が必要ですか？

いいえ — DKIM は独立して機能し、DMARC レコードがなくてもメッセージに署名し検証します。しかし DKIM 単独では、受信側に失敗への対応を強制することも、誰があなたのドメインをなりすましているかを知らせることもできません。その上に DMARC を加えることで、DKIM の検証結果は強制可能なポリシーへと変わり、あなたのドメインとして送信しているすべての送信元を把握するのに必要なレポートが得られます。

Rated 5/5 on G2 · Trusted since 2018 

##  Trusted by 50,000+ domains 

### "AutoSPF Flattens SPF Records Seamlessly & Keeps Changes Logged - I am quite pleased with the product"

> It does what it promises to do, and does it very well. I appreciate that it keeps a log of changes made, which prevents many mistakes. A client's SPF record would have way too many lookups, but AutoSPF makes that problem go away. The length of the SPF record is typically not the issue; it's the amount of lookups in the record that are. AutoSPF "flattens" the record, automatically expanding the defined lookups to IP addresses or ranges. And it auto-updates the record when the un-flattened lookups change. 

 PJ 

Peter J.

 President · Small-Business (50 or fewer emp.) 

### "Helped us go beyond capacity"

> AutoSPF did exactly as described, it helped us get past our 10 lookup limit. Afterwards, we hit another limit regarding overall capacity and when contacted, they quickly provided us with a new solution to eliminate capacity issues entirely going forward, so now we can add as many SPF records as needed. They also provided us with a personalized support video explaining their new method in its entirety using our instance as the example. 

 VU 

Verified User

 Financial Services · Mid-Market (51-1000 emp.) 

### "Great service and great support"

> AutoSPF was easy to initially set up on our own and a great cost effective entry into spf flattening. Needed our first support assistance today and got great response including a video demonstrating the issue I was trying to solve, a quick fix, and more detailed followup. 

 GF 

Greg F.

 Mid-Market (51-1000 emp.) 

[Read our reviews on G2 ](https://www.g2.com/products/autospf/reviews)

```json
{"@context":"https://schema.org","@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138897474","https://www.linkedin.com/company/autospf","https://x.com/autospf01","https://www.facebook.com/autospf","https://github.com/duocircle","https://www.g2.com/products/autospf/reviews"],"aggregateRating":{"@type":"AggregateRating","ratingValue":"5.0","reviewCount":"21","bestRating":"5","worstRating":"1","url":"https://www.g2.com/products/autospf/reviews"},"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://autospf.com/contact-us/"},"knowsAbout":["SPF Record Flattening","Sender Policy Framework","Email Authentication","DNS Management","DMARC","DKIM","Email Deliverability","SPF Lookup Limits"]}
```

```json
{"@context":"https://schema.org","@type":"WebSite","name":"AutoSPF","url":"https://autospf.com","description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","publisher":{"@type":"Organization","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]}}}
```

```json
{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"DKIM と DMARC の違いは何ですか？","acceptedAnswer":{"@type":"Answer","text":"DKIM は認証方式で、各メッセージに暗号署名を付与し、受信側がそれが認可され改変されていないことを検証できるようにします。DMARC はポリシーとレポートの層で、DKIM と SPF の結果を読み取り、それらが可視の From ドメインと整合しているかをチェックし、失敗をどう扱うかを受信側に指示します。一方が検証し、もう一方が強制しレポートします。"}},{"@type":"Question","name":"DMARC は DKIM より優れていますか？","acceptedAnswer":{"@type":"Answer","text":"どちらが優れているということはありません — 両者は異なる役割を果たし、互いに依存しています。DKIM は、メッセージが本物で改変されていないという暗号的な証拠を提供します。DMARC はその証拠を用い、From ドメインとの整合を加え、ポリシーを強制し、レポートを返します。DKIM がなければ DMARC には評価する対象がなく、DMARC がなければ DKIM は何も強制も監視もできません。"}},{"@type":"Question","name":"DKIM なしで DMARC を使えますか？","acceptedAnswer":{"@type":"Answer","text":"技術的には DMARC は SPF だけで合格しうるので、DKIM なしでも機能します。しかしそれは脆弱です。メールがフォワードされると SPF は壊れますが、DKIM 署名はフォワーディングを生き延びます。整合を SPF だけに頼ると、正当なフォワードメールが DMARC に失敗しかねません。信頼できる強制のためには、DMARC ポリシーを強化する前に SPF と DKIM の両方を公開してください。"}},{"@type":"Question","name":"DKIM には DMARC が必要ですか？","acceptedAnswer":{"@type":"Answer","text":"いいえ — DKIM は独立して機能し、DMARC レコードがなくてもメッセージに署名し検証します。しかし DKIM 単独では、受信側に失敗への対応を強制することも、誰があなたのドメインをなりすましているかを知らせることもできません。その上に DMARC を加えることで、DKIM の検証結果は強制可能なポリシーへと変わり、あなたのドメインとして送信しているすべての送信元を把握するのに必要なレポートが得られます。"}}]}
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://autospf.com/"},{"@type":"ListItem","position":2,"name":"メール認証","item":"https://autospf.com/ja/email-authentication/"},{"@type":"ListItem","position":3,"name":"メール認証","item":"https://autospf.com/ja/email-authentication/dkim-vs-dmarc/"}]}
```

```json
{"@context":"https://schema.org","@type":"Product","name":"AutoSPF","url":"https://autospf.com","aggregateRating":{"@type":"AggregateRating","ratingValue":5,"reviewCount":21,"bestRating":5,"worstRating":1},"review":[{"@type":"Review","reviewRating":{"@type":"Rating","ratingValue":5,"bestRating":5},"author":{"@type":"Person","name":"Peter J.","jobTitle":"President"},"datePublished":"2026-03-10","reviewBody":"It does what it promises to do, and does it very well. I appreciate that it keeps a log of changes made, which prevents many mistakes. A client's SPF record would have way too many lookups, but AutoSPF makes that problem go away. The length of the SPF record is typically not the issue; it's the amount of lookups in the record that are. AutoSPF \"flattens\" the record, automatically expanding the defined lookups to IP addresses or ranges. And it auto-updates the record when the un-flattened lookups change.","name":"AutoSPF Flattens SPF Records Seamlessly & Keeps Changes Logged - I am quite pleased with the product","publisher":{"@type":"Organization","name":"G2","url":"https://www.g2.com"}},{"@type":"Review","reviewRating":{"@type":"Rating","ratingValue":5,"bestRating":5},"author":{"@type":"Person","name":"Verified User","jobTitle":"Financial Services"},"datePublished":"2025-07-31","reviewBody":"AutoSPF did exactly as described, it helped us get past our 10 lookup limit. Afterwards, we hit another limit regarding overall capacity and when contacted, they quickly provided us with a new solution to eliminate capacity issues entirely going forward, so now we can add as many SPF records as needed. They also provided us with a personalized support video explaining their new method in its entirety using our instance as the example.","name":"Helped us go beyond capacity","publisher":{"@type":"Organization","name":"G2","url":"https://www.g2.com"}},{"@type":"Review","reviewRating":{"@type":"Rating","ratingValue":5,"bestRating":5},"author":{"@type":"Person","name":"Greg F."},"datePublished":"2023-07-26","reviewBody":"AutoSPF was easy to initially set up on our own and a great cost effective entry into spf flattening. Needed our first support assistance today and got great response including a video demonstrating the issue I was trying to solve, a quick fix, and more detailed followup.","name":"Great service and great support","publisher":{"@type":"Organization","name":"G2","url":"https://www.g2.com"}}]}
```
