I'm not familiar with BIND DNS settings. What I would like to do is query the DNS servers for the domain the same way any normal dns server will do. I want to make sure of is that when a DNS server asks for the record info, that your DNS is giving the correct info.
You can do this yourself. Below is yahoo's. From a windows DOS prompt you can see how my DNS server responds by following along: Type the following: nslookup set type=TXT _domainkey.yahoo.com YOU GET THE t=y; o=~ RESPONSE S1024._domainkey.yahoo.com YOU GET THE PUBLIC KEY Don't worry about the "s1024" from yahoo, if you followed the wiki instructions yours will be "private". You should be able to see the same responses if you test your domain the same way. If not, you don't have the DNS entries correct. -P -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 4:25 PM To: [email protected] Subject: RE: [qmailtoaster] Domain Keys/Yahoo Blocking > Did you add the _domainkey to your DNS? Also, inside that there should be a > txt record with your private key. These are what I currently have in the BIND DNS setup for this domain; domainkey.xxx.com. IN TXT "t=y; o=-" private._domainkey.xxx.com. IN TXT "k=rsa; p=ME***SNIP***AB" xxx.com. IN TXT "spf2.0/pra" xxx.com. IN TXT "v=spf1 mx -all" Aren't these all of the items I need in there? This is what I posted earlier. When you say inside that, I'm assuming you mean the public key in the DNS record and the private key in the proper directory. Yes, both done. > In Microsoft DNS, the _domainkey looks like a sub domain. Actually it's a > holder for service records. The private record goes in that. I'm using Linux BIND. --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
