> -----Original Message-----
> From: opendkim-users-bounce_at_lists.opendkim.org [mailto:opendkim-users-bounce_at_lists.opendkim.org] On Behalf Of Subscribe
> Sent: Thursday, September 01, 2011 6:50 PM
> To: opendkim-users_at_lists.opendkim.org
> Subject: Help Trouble Shoot Opendkim
>
> Please can I be given a few tips on possible causes for the following
> from my mail.log.
>
> private data not NULL
This should never happen. If you have a particular message that can cause it each time, please send it along with your configuration files to me privately and I'll try to reproduce it. It's not a harmful bug; it merely means the SMTP server and the filter are closing down their conversation, but the filter failed to clear some state before doing so.
> no signature data
opendkim is evaluating an unsigned message.
> no signing table match for `myemail_at_cakafete.com'
There wasn't a record in your SigningTable that matched this address.
> In my KeyTable file "mail._domainkey.cakafete.com
> cakafete.com:mail:/etc/mail/opendkim/keys/cakafete.com/mail"
>
> SigningTable "*_at_cakafete.com mail._domainkey.cakafete.com"
Change your SigningTable to:
cakafete.com mail._domainkey.cakafete.com
The "*@" is not the form used for that query, so it will never match. See the opendkim.conf(5) man page.
> and TrustedHosts
> "127.0.0.1
There's no such setting. Did you mean InternalHosts?
-MSK
Received on Fri Sep 02 2011 - 04:48:20 PST
This archive was generated by hypermail 2.2.0+W3C-0.50 : Fri Sep 02 2011 - 13:50:03 PST