Red Squirrel
[H]F Junkie
- Joined
- Nov 29, 2009
- Messages
- 9,217
I want to add SPF records to my mail server in hopes I will not get marked as spam as much because it seems every server is marking mail from that server as spam. Can't figure out why. I'm clean of all RBLs.
So I went to a site that generates the record and came up with this:
mail.mysite.net is my mail server. The mx record of all my domains points to that.
Do I add this record in the zone for mysite.net only or do I need to add this record in all my other zones too?
For example I use mail.example.com to send mail from myotherdomain.com, so do I need to add the SPF record on the zone for myotherdomain.com as well?
So I went to a site that generates the record and came up with this:
Code:
mail.mysite.net. IN TXT "v=spf1 a a:mail.example.com a:mail.mysite.net ~all"
mail.mysite.net is my mail server. The mx record of all my domains points to that.
Do I add this record in the zone for mysite.net only or do I need to add this record in all my other zones too?
For example I use mail.example.com to send mail from myotherdomain.com, so do I need to add the SPF record on the zone for myotherdomain.com as well?