I have added a SPF entry in the DNS manager, but for some reason when running the
http://www.dnsreport.com/ it keeps giving me a warning that my domain doesn't have a SPF record.
When checking my pri.domain.org it indicates that I have a SPF record.
I have two email accounts to the same domain, so I would think that if I have a SPF record for the domain that would be sufficient..
Any idea as to what I do wrong?
Any help is appreciated.
Output from /etc/bind/pri.domain.org
(Tried to add the mail.domain.org but it seems that it didnt help any.)
Code:
$TTL 86400
@ IN SOA domain.org. admin.domain.org. (
2006052805 ; serial, todays date + todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
NS domain.org. ; Inet Address of name server 1
NS domain.org. ; Inet Address of name server 2
;
MX 10 domain.org.
www MX 10 domain.org.
domain.org. A 1.2.3.4
www A 1.2.3.4
gallery A 1.2.3.4
blog A 1.2.3.4
domain.org. TXT "v=spf1 a mx ~all"
www.domain.org. TXT "v=spf1 a mx ~all"
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
mail.domain.org. IN TXT "v=spf1 a ~all"
Recent comments
16 hours 58 min ago
21 hours 57 min ago
23 hours 23 min ago
1 day 16 min ago
1 day 1 hour ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 22 hours ago
2 days 12 min ago