Re: [exim] DKIM problem

Inizio della pagina
Delete this message
Reply to this message
Autore: Phil Pennock
Data:  
To: René Berber
CC: exim-users
Oggetto: Re: [exim] DKIM problem
On 2011-03-06 at 16:33 -0600, René Berber wrote:
> On 3/6/2011 3:55 PM, Phil Pennock wrote:
>
> > How about if you add to the deny:
> > log_message = DKIM: $dkim_cur_signer / $dkim_domain / $dkim_key_testing / $dkim_verify_status / $dkim_verify_reason
> >
> > Do you get something more useful out of $dkim_verify_reason ?
>
> No, but I seem to have stumbled into the reason why it wasn't working, I
> also had this line in the configuration:
>
> > dkim_verify_signers = gmail.com:paypal.com:ebay.com:$dkim_signers


That looks correct to me.

> and the main log showed:
>
> > 2011-03-06 16:21:24 1PwMKK-0008Tu-Rv H=mail-gy0-f179.google.com [209.85.160.179] rejected DKIM : DKIM: paypal.com / gmail.com / 0 / none /
>
> dkim_cur_signer is wrong.
>
> I must have misunderstood the manual, I was trying to define the global
> variable to not have to write the same sender_domains on all the rules
> (if I had more than one).


Your configuration so far looks sane.

Can you post the mail headers from rejectlog ?

-Phil