LoginSignup
1
1

More than 5 years have passed since last update.

SPF/DKIMのメモ

Posted at

どちらもメールの送信者を検証する仕組みだが、微妙に違う箇所があるのでメモ
特にFromとReturn-Pathを別にしている場合に注意が必要

SPF

  • (受信者が)Return-Path(RCPT TO) に指定されたドメインを見る
    • Fromではない
  • 正しく設定しておかないとGmailではユーザアイコンが「?」になる

DKIM

  • (署名者が)From に指定されたドメインを見る
  • 正しく設定しておかないとGmailではメールの横に赤い鍵マークが出て警告される
1
1
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
1
1