SOLVED!
I finally realized that I needed the fqdn, not just the domain name.
Such as:
dkim1._domainkey.mail.renshawauto.net. IN TXT
Begin forwarded message:
From: Scott Hughes <[email protected]>
Date: February 15, 2010 4:42:12 PM CST
To: [email protected]
Subject: DKIM / DNS Question
I am having some issues getting DKIM to work properly and I suspect
that my DNS (bind) may be the cause. I have two DNS servers and
here are the two records is question (I am also putting in the two
DomainKeys lines as well):
NS1 (total of 3 lines):
_domainkey IN TXT "o=-"
private._domainkey IN TXT "k=rsa;
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAM
+53oTiFynv3SgIagdTrk6YfT4V4FMoLTvWeM6xOAmJCBP
+qwHFVegq61nNS9Q9mQIDAQAB"
dkim1._domainkey.renshawauto.net. IN TXT "v=DKIM1; k=rsa; t=y;
p=M
EwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAN300mDSGSlgqxf3Dtw12ThU7vLCo7QPzlXpVWcU3Zxhsgeri5iOjC8QZgW7DMHgdQIDAQAB"
NS2 (total of 4 lines):
$ORIGIN renshawauto.net.
_domainkey TXT "o=-"
$ORIGIN _domainkey.renshawauto.net.
dkim1 TXT "v=DKIM1\; k=rsa\; t=y\;
p=M
EwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAN300mDSGSlgqxf3Dtw12ThU7vLCo7QPzlXpVWcU3Zxhsgeri5iOjC8QZgW7DMHgdQIDAQAB"
private TXT "k=rsa\;
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAM
+53oTiFynv3SgIagdTrk6YfT4V4FMoLTvWeM6xOAmJCBP
+qwHFVegq61nNS9Q9mQIDAQAB"
Also, I noticed that my seconday (NS2) is putting quite a few ORIGIN
statements in it's file that are NOT in the primary server's file.
All of my domains are exactly like this, except that instead of
'renshawauto.net.' - I have put the correct domain name.
Any ideas?
Thanks!