The trick with the SPF Record
With Sender Policy Framework (SPF) Records, one can specify which hosts are authentic senders of email on behalf of the domain.
But SPF Records can be tricky if you're using multiple hosts for sending mails (for instance, when all the mails are handled by Google apps but you still use your id to send mails from the server).
Correct me if I'm wrong here, but this seems to work out fine for SPF record for setups like the ones mentioned above:
v=spf1 a mx include:aspmx.googlemail.com ~all
a corresponds to the actual host that the A record points to. mx corresponds to the hosts designated to handle email. And to be on the safer side, the include:aspmx.googlemail.com option. ~ takes care not to be too strict with this and soft fails would still get through.
And the test script for SPF record confirms the record to be valid.
- 2310 reads
On Twitter
- On phone calls for most part of the evening. Need to get started on few things I was supposed to have scratched off the TODO list. — 10 hours 21 min ago
- Woke up early for some reason. Checking the Cricket score! — 1 day 1 hour ago
- You don't need an anti-spam plugin on Pidgin to keep out MSN spam. Setting privacy options would just do! #Pidgin #MSN — 2 days 6 hours ago
- Great to watch Test Cricket with less commercial breaks. Could probably be a stress buster! #Cricket #Ashes — 2 days 6 hours ago
- Chanda pustaka is releasing three new Kannada books this weekend at IIWC. The artwork on the covers are excellent! #Books #Kannada #ArtWork — 2 days 18 hours ago
- 1 of 122
- ››

Comments
Post new comment