I have few questions regarding the SPF filter. I've checked a few online tutorials, and I'm still not clear, so any clarification at all would be appreciated!
1. When writing the SPF record, do I need to list the IP and MX record that's already in the DNS, or only those that are not listed? For example, if I have an A entry of:
example.com. A 123.45.67.89
Then does my SPF need to say:
"v=spf1 a mx ip4:123.45.67.89 mx:example.com -all"
Or does it just need:
"v=spf1 a mx -all"
2. I've read that I should include "ptr" if all of the reverse DNS records resolve to outbound email servers for the domain. How do I test to see if this is true?
3. I see several references to a SPF filter that's separate from the TXT record. Is this something I should create somewhere else, or is it just something that WHM doesn't have in it's DNS zone section yet?
1. When writing the SPF record, do I need to list the IP and MX record that's already in the DNS, or only those that are not listed? For example, if I have an A entry of:
example.com. A 123.45.67.89
Then does my SPF need to say:
"v=spf1 a mx ip4:123.45.67.89 mx:example.com -all"
Or does it just need:
"v=spf1 a mx -all"
2. I've read that I should include "ptr" if all of the reverse DNS records resolve to outbound email servers for the domain. How do I test to see if this is true?
3. I see several references to a SPF filter that's separate from the TXT record. Is this something I should create somewhere else, or is it just something that WHM doesn't have in it's DNS zone section yet?