0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SPF, DKIM, DMACのフィルタ情報の整理

Last updated at Posted at 2024-10-26

はじめに

可視化した件について、以下に記載しました。

見易くなったことから、解析とは言わないものの、いろいろ調べてみたくなりました。となると、フィルタする情報を整理した上で、なるべく見落としが無い環境にしたくなりました。このフィルタ情報を記載します。

SPF

  • spf=pass
  • spf=none
  • spf=softfail
  • spf=permerror
  • spf=neutral
  • spf=fail
  • spf=temperror

DKIM

  • dkim=pass
  • dkim=none
  • dkim=fail
  • dkim=neutral
  • dkim=temperror
  • dkim=permerror
  • dkim=policy
  • dkim-adsp=none
  • dkim-adsp=pass

dkim-adspは廃止らしいのですが、実際のメールのヘッダで見たので、入れることにしました。

DMARC

  • dmarc=pass
  • dmarc=none
  • dmarc=fail

sender-id

  • sender-id=pass
  • sender-id=none
  • sender-id=fail
  • sender-id=softfail
    sender-idについても、ついでですので、入れることにしました。

参考情報

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?