Mailing List Archive

Help setting up SPF on Mac Server
Hello! Yesterday I attempted to set up SPF for my domain and I've run
into a problem. I am using Mac OS X Server for DNS and Kerio Mail
Server for Mac. I added the zone information to my named.conf file on
my dns server, but i'm not sure where to add the additional TXT
information. I hope this makes sense. I am kind of new to DNS config.

Thanks!
Tammi


-------
Archives at http://archives.listbox.com/spf-help/current/
Donate! http://spf.pobox.com/donations.html
To unsubscribe, change your address, or temporarily deactivate your subscription,
please go to http://v2.listbox.com/member/?listname=spf-help@v2.listbox.com
Re: Help setting up SPF on Mac Server [ In reply to ]
say for example you are running bind8/9 and you host the example.com
domain.
you have a zone file example.com:

$TTL 86400
@ IN SOA ns0.example.com. root.example.com. (
2004091404 ; serial - yyyymmddn
10800 ; refresh
1800 ; retry
604800 ; expire
86400 ) ; minimum

;
; Define Name Server and the mail servers
;
IN NS ns0.example.com.
IN NS ns1.example.com.
IN MX 10 mx1.example.com.
IN TXT "v=spf1 a mx -all" <--- just add your
TXT info like so.
;

@ IN A ip.goes.here
ns0 IN A and.right.here


and hope this helps...


On Sep 14, 2004, at 11:05 PM, Tammi Darden wrote:

> Hello! Yesterday I attempted to set up SPF for my domain and I've run
> into a problem. I am using Mac OS X Server for DNS and Kerio Mail
> Server for Mac. I added the zone information to my named.conf file on
> my dns server, but i'm not sure where to add the additional TXT
> information. I hope this makes sense. I am kind of new to DNS config.

-------
Archives at http://archives.listbox.com/spf-help/current/
Donate! http://spf.pobox.com/donations.html
To unsubscribe, change your address, or temporarily deactivate your subscription,
please go to http://v2.listbox.com/member/?listname=spf-help@v2.listbox.com
Re: Help setting up SPF on Mac Server [ In reply to ]
Hi,

I have a suspicion that you are not running your own dns, as you are
just now setting up the zone. If this is correct, and your dns is indeed
managed by your domain-provider or whatever, your own server is not the
correct place to set the txt records, you should instead set them at the
dns that is currently serving for your domain.

How to find out which dns servers are currently serving your domain? Do
a 'dig yourdomain.tld ns'.

Koen

On Tue, Sep 14, 2004 at 11:05:12AM -0400, Tammi Darden wrote:
> Hello! Yesterday I attempted to set up SPF for my domain and I've run
> into a problem. I am using Mac OS X Server for DNS and Kerio Mail
> Server for Mac. I added the zone information to my named.conf file on
> my dns server, but i'm not sure where to add the additional TXT
> information. I hope this makes sense. I am kind of new to DNS config.

--
K.F.J. Martens, Sonologic, http://www.sonologic.nl/
Networking, embedded systems, unix expertise, artificial intelligence.
Public PGP key: http://www.metro.cx/pubkey-gmc.asc
Wondering about the funny attachment your mail program
can't read? Visit http://www.openpgp.org/

-------
Archives at http://archives.listbox.com/spf-help/current/
Donate! http://spf.pobox.com/donations.html
To unsubscribe, change your address, or temporarily deactivate your subscription,
please go to http://v2.listbox.com/member/?listname=spf-help@v2.listbox.com