SenderID: Difference between revisions

From InboxSys document library
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
=Useful links=
=Useful links=


* [https://en.wikipedia.org/wiki/Sender_ID Wikipedia article on SenderID]
* [[wikipedia:Sender_ID]]
* [https://www.rfc-editor.org/rfc/rfc4406 RFC 4406]
* [https://www.rfc-editor.org/rfc/rfc4406 RFC 4406]
* [https://www.rfc-editor.org/rfc/rfc4405 RFC 4405]
* [https://www.rfc-editor.org/rfc/rfc4405 RFC 4405]
* [https://www.rfc-editor.org/rfc/rfc4407 RFC 4407]
* [https://www.rfc-editor.org/rfc/rfc4407 RFC 4407]
* [https://www.rfc-editor.org/rfc/rfc4408 RFC 4408]
* [https://www.rfc-editor.org/rfc/rfc4408 RFC 4408]

Latest revision as of 18:41, 3 September 2023

Sender ID is an E-Mail Authentication proposal that builds upon SPF. It's an attempt to validate not only the RFC5321.MailFrom domain, but also the RFC5322.From domain and other headers.

Sender ID was created by the IETF MARID working group and partly patented by Microsoft. Sender ID is defined in RFC 4406 with additional parts in RFC 4405, RFC RFC 4407 and RFC RFC 4408.

Due to standardization and licensing issues, SenderID was deprecated before it even came out of the experimental stage.

Useful links