I just setup dkim using opendkim on an ubuntu 10.04 server. Everything seemed to go smoothly but when I send a test email to autorespond+dkim[at]dk.elandsys.com, I get the following:
The results are as follows:
DKIM Signature validation: not available
DKIM Author Domain Signing Practices: no DNS record for _adsp._domainkey.********.com
ADSP is not required for DKIM signature validation.
Note: The authentication results are not available as
there was no signature header or the signature could
not be verified
Information about DKIM is available at
http://www.elandsys.com/resources/mail/ ... ndkim.htmlInformation about ADSP is available at
http://www.elandsys.com/resources/sendm ... ndkim.htmlInformation about dkim-milter is available at
http://www.elandsys.com/resources/sendmail/dkim.htmlInformation about DomainKeys is available at
http://www.elandsys.com/resources/sendm ... nkeys.htmlOriginal message:
Received: from liberty.********.com (li371-73.members.linode.com [96.126.122.73])
by mx.elandsys.com (8.14.4/8.14.5) with ESMTP id p8ALNUZr012213
for <autorespond+dkim@dk.elandsys.com>; Sat, 10 Sep 2011 14:23:36 -0700 (PDT)
Received: by liberty.********.com (Postfix, from userid 33)
id 4EBF8C7C0; Sat, 10 Sep 2011 17:23:29 -0400 (EDT)
DomainKey-Signature: a=rsa-sha1; s=********; d=********.com; c=simple; q=dns;
b=oLYMc16U1c9ztV4cnilGTdeA6qIARkvfB4fihzWuoVQWkJ2EmPHhkUHlQ1tFZIIm5
oj9zHzKTL7/oy+ohaBLyKDkY2yQ8ZbQMZ+Tm3NahrPgyF2PaLJhanSOU8tFBFwDtJ0w
iNdAVftNSc3Rd6dhbDQmeOQdwSzfnrK4fniOR+0=
X-DKIM: OpenDKIM Filter v2.0.2 liberty.********.com 4EBF8C7C0
To: <autorespond+dkim@dk.elandsys.com>
Subject: dkim test
X-PHP-Originating-Script: 0:func.inc
MIME-Version: 1.0
Date: Sat, 10 Sep 2011 17:23:29 -0400
From: "Steve O'Connor" <steve@********.com>
Message-ID: <9001db7d7036f684df27eb7a7d79e86b@localhost>
X-Sender: steve@********.com
User-Agent: RoundCube Webmail/0.3.1
Content-Transfer-Encoding: 8bit
Content-Type: text/plain;
charset=UTF-8
This is a dkim test.
Value: v=DKIM1; g=*; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQNJgrFoP7Af5
I waited at least a half hour to give the nameserver time to update. What am I missing?