Re: Opendkim not signing messages

From: Murray S. Kucherawy <msk_at_blackops.org>
Date: Mon, 8 Apr 2013 23:13:01 -0700 (PDT)

On Mon, 8 Apr 2013, Justin Spratt wrote:
> [...]

I see two things wrong. One was just pointed out by someone else:

> # cat /etc/opendkim.conf | egrep -v "(^#.*|^$)"
> PidFile /var/run/opendkim/opendkim.pid
> AutoRestart     yes
> AutoRestartRate 5/1h
> Mode    v

That's verify-only mode. Change it to "s" for signing, or "sv" if you
want both modes enabled.

The other thint is this:

> # cat /etc/opendkim/SigningTable
> *_at_boxbe.com s1._domainkey.boxbe.com

...and this:

> Apr  8 21:36:18 medium01 opendkim[10502]: 25FEE404A2: no signing table match for 'root_at_medium01.ny3'

The From: field at the time opendkim sees the message contains
'root_at_medium01.ny3', but there's no entry in your SigningTable matching it
that would indicate which private key and signature parameters should be
used to generate a signature. You need to fix this as well.

-MSK
Received on Tue Apr 09 2013 - 06:13:48 PST

This archive was generated by hypermail 2.3.0 : Tue Apr 09 2013 - 06:18:02 PST