i have configured ConvertoTo7Bit but no success. following are james
configurations. Is there anything missing in ConvertTo7Bit configuration?
<mailet match="All" class="ConvertTo7Bit">
</mailet>
<!-- <mailet match="All" class="LogMessage">
</mailet> -->
<mailet match="All" class="DKIMSign">
<signatureTemplate>v=1; s=default; d=mydomain.com;
h=from:to:received:received; t=12345; a=rsa-sha256; bh=;
b=;</signatureTemplate>
<privateKey>
-----PRIVATE KEY IN PEM FORMAT-----
</privateKey>
</mailet>
<!-- Attempt remote delivery using the specified repository for the
spool, -->
<!-- using delay time to retry delivery and the maximum number of
retries -->
<mailet match="All" class="RemoteDelivery">
<outgoing> file://var/mail/outgoing/ </outgoing>
On Sat, Aug 14, 2010 at 11:42 PM, Shahid Faiz <[email protected]> wrote:
> you are right this may be the problem. i haven't configured ConvertTo7Bit
> before DKIMSign and as James is running on linux where we have LF as EOL
> character.
>
> Thanks very much for the help. I will try this on Monday, hopefully this
> will solve the problem.
>
> - Shahid
>
>
> On Sat, Aug 14, 2010 at 9:52 PM, Stefano Bagnara <[email protected]> wrote:
>
>> 2010/8/14 Shahid Faiz <[email protected]>:
>> > Hi,
>> >
>> > jDKIM is configured properly and works perfectly fine for emails which I
>> > sent out using any email client but when I bounce emails using Resend
>> mailet
>> > gmail says* **dkim=neutral (body hash did not verify).* DKIMSign mailet
>> is
>> > configured as the last one in transport processor. any hint or help what
>> is
>> > missing?
>>
>> Have you configured a ConvertTo7Bit mailet (bundled with jdkim) just
>> before the DKIMSign mailet?
>>
>> DKIM may have issues with LF (\n) newlines. DKIM expects only CRLF
>> (\r\n) otherwise signing is not possible.
>>
>> Stefano
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>