SPF is an abbreviation for Sender Policy Framework; previously it was an abbreviation for Sender Permitted From (which personally I think makes it easier to visualise what it means).

The basic tenet of SPF is this: say you have some some domain (e.g. example.com) from which you send email. Email sent from example.com should only ever come from your outgoing email server, or maybe that of your ISP. Therefore, you publish an SPF record which says as much (e.g. effectively your SPF record might say "example.com's mail should only ever come from mail.example.com or from mail.powernet.co.uk").

When someone out there on the Internet receives mail claiming to be from example.com, they look up your SPF record to find out what IP addresses are allowed to send mail claiming to be from example.com. They then compare this to the IP address actually sending them the mail. If the IP address isn't listed in the SPF record, they may (for example) choose to reject the email.

Before using SPF however, please be aware of the following:

Email SPF (last edited 2006-08-09 09:48:45 by DaveEvans)