0

I haven't done much with SPF records before. I understand that the concept behind them is to specify which servers (ip's) are allowed to send mail signed "from" a particular domain - which is increasingly important as it seems e-mail services are tightening up security lately.

I see there are a lot of questions on serverfault related to SPF, and there are a lot of web pages out there that I've found via Google, but most pages are very specific to a particular web host.

So, my question is, what resources would you recommend reading up on before posting SPF record questions here? I'm hoping for a comprehensive guide, both for understanding and implementing SPF records, but one that someone without much SPF background could get a lot out of.

cwd
  • 2,763
  • 9
  • 33
  • 48

2 Answers2

6

Did you try http://www.openspf.org? Or http://en.wikipedia.org/wiki/Sender_Policy_Framework ?

Aaron
  • 2,968
  • 1
  • 23
  • 36
  • 2
    There's even an RFC on it for those with chronic insomnia! (RFC 4408 -> http://tools.ietf.org/html/rfc4408 ) – voretaq7 Sep 21 '11 at 18:12
  • Thanks. Those look good. I'm not usually too fond of wikipedia for technical stuff because it doesn't usually tell you "how to implement" things, but it looks ok for this. – cwd Sep 21 '11 at 18:25
  • @cwd, Wikipedia is a great resource, just don't stop reading after the first paragraph. Usually if you look down at the References, and External links sections you will find links to the official documentation, specifications, and so on. – Zoredache Sep 21 '11 at 19:14
  • You can also use Microsoft's wizard to create SPF records: http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/ – mailq Sep 21 '11 at 21:06
0

Check out the openspf documentation. I find it is quite clear.

I posted on Securing your Email Reputation with SPF.


BillThor
  • 27,737
  • 3
  • 37
  • 69