Sender ID: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>David MacQuigg
(stub article)
 
imported>David MacQuigg
(stub article)
 
Line 1: Line 1:
{{subpages}}
{{subpages}}
<!-- Text is transcluded from the BASEPAGENAME/Definition subpage-->
'''Definition:''' Email authentication method that seeks to correlate the domain name in a "purported" address with the sender's IP address.
Email authentication method that seeks to correlate the domain name in a "purported" address with the sender's IP address.
 
'''Sender ID''' is an email authentication method that seeks to correlate the domain name in a "purported" address with the IP address of an SMTP client currently connected and waiting for confirmation that a message was received.  The purported address is determined by looking at the headers on the message data.  After receiving the message data, but before the client is disconnected, the server does a DNS query for a Sender ID record on the domain name.
 
If the IP address is listed in the Sender ID record, the authentication result is PASS, and the message may be processed in accordance with the reputation assigned to the domain.  If the authentication result is FAIL, the message may be immediately rejected.  Often, however, the result is neither PASS nor FAIL, but unclear.  This is a result of the many domains that don't publish Sender ID records, or that have records giving unclear results.
 
{{r|http://tools.ietf.org/html/rfc4406 RFC-4406}} - "Sender ID: Authenticating E-Mail", J. Lyon, M. Wong, 2006.
{{r|http://www.microsoft.com/mscorp/safety/technologies/senderid/default.mspx Sender ID Home Page}} - Microsoft website

Latest revision as of 19:11, 29 August 2009

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Definition: Email authentication method that seeks to correlate the domain name in a "purported" address with the sender's IP address.

Sender ID is an email authentication method that seeks to correlate the domain name in a "purported" address with the IP address of an SMTP client currently connected and waiting for confirmation that a message was received. The purported address is determined by looking at the headers on the message data. After receiving the message data, but before the client is disconnected, the server does a DNS query for a Sender ID record on the domain name.

If the IP address is listed in the Sender ID record, the authentication result is PASS, and the message may be processed in accordance with the reputation assigned to the domain. If the authentication result is FAIL, the message may be immediately rejected. Often, however, the result is neither PASS nor FAIL, but unclear. This is a result of the many domains that don't publish Sender ID records, or that have records giving unclear results.