spf 15
April 17, 2006 6:54 AM
Subscribe
SPF, gmail and my own domain.
I'd like some assistance in properly getting spf set up for my domain. I have creativemethod.com (registered through godaddy.com) that I send mail from, often using gmail (set up to look like it's sending via creativemethod.com). It appears that I can send the same message via the gmail interface, one sent from email@gmail.com and the other sent email at creativemethod dot com, and to certain email addresses, only the gmail one will get there. I've also been getting bounced messages from a spammer pretending to use my domain to send mail. I want to set up spf to see if this helps, but I'm not sure what to put in the spf wizard at http://www.openspf.org/wizard.html. Thanks!
posted by striker to computers & internet (4 comments total)
I can never remember how SPF records work exactly, but if you answered yes to both questions above, this is what works for me.
creativemethod.com IN TXT "v=spf1 mx"mail.creativemethod.com IN TXT "v=spf1 a -all"
The first line says, 'allow mail only from mailservers listed in DNS for my domain' (that's what the "mx" means.)
I'm not precisely sure what the second line does. I'm guessing it means "use only the A record for this server: nothing else is allowed to send." I'm not 100% sure anymore, and the wizard doesn't mention this usage, so I'm not sure you need it.
posted by Malor at 7:27 AM on April 17, 2006