DNS support for SRV & SPF text records?

A client of mine is requesting additional DNS records beyond MX IP specs and priority for remotely hosted mail servers. One is SRV (Service Locator Records) http://support.microsoft.com/kb/940881 ; the other is SPF (Sender Policy Framework) record. In tandem, these are designed to be a DNS level spam filter, though I've always thought smtp spam filters and RBL lists are sufficient to block spam. Microsoft hints some DNS server aps (I suppose Apple's) may not support SRV and/or SPF entries in hosted domain tables. Anyone here know for certain one way or another. And if permitted, what can I do in Terminal to bypass the GUI?

Mac mini, OS X Server, server version 10.6.8

Posted on Feb 4, 2013 10:37 AM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Feb 4, 2013 10:58 AM

Apple's DNS is just a gui on top of BIND, the most popular (or, at least, common) DNS server out there.


There's nothing you can't do in DNS. The only limitation is what Apple's GUI lets you do.


Off hand I can't recall if Apple'S GUI lets you define arbitrary TXT and SRV records - SRV is also used by bonjour, so it should, but that might just be handed behind the scenes. In any case, you're perfectly at liberty to edit the zone files directly (they're just text files) to add whatever records you like.


Irritatingly, Apple have moved the location of the zone files across various versions of Mac OS X Server and I don't recall where they are in 10.6.x, but start at /etc/named.conf and look for the various directory and/or include directives.

1 reply
Sort By: 
Question marked as ⚠️ Top-ranking reply

Feb 4, 2013 10:58 AM in response to Scott_M

Apple's DNS is just a gui on top of BIND, the most popular (or, at least, common) DNS server out there.


There's nothing you can't do in DNS. The only limitation is what Apple's GUI lets you do.


Off hand I can't recall if Apple'S GUI lets you define arbitrary TXT and SRV records - SRV is also used by bonjour, so it should, but that might just be handed behind the scenes. In any case, you're perfectly at liberty to edit the zone files directly (they're just text files) to add whatever records you like.


Irritatingly, Apple have moved the location of the zone files across various versions of Mac OS X Server and I don't recall where they are in 10.6.x, but start at /etc/named.conf and look for the various directory and/or include directives.

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

DNS support for SRV & SPF text records?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.