Re: jDKIM configuration

2010-08-17 Thread Shahid Faiz
Jerry, This works fine for me as well. After playing with this, I have figured out that Gmail is unable to verify body hash when I add tag and change unaltered to none. I think Stefano pointed out correctly, and may be ConvertTo7Bit is not playing its part with default configurations. Thanks, S

Re: jDKIM configuration

2010-08-16 Thread Jerry M
Shahid, It looks like you are using the resend for something quite different than I am. I'm simply using it as an auto-forrward to a second address that monitors all inbound email. Hence my mailet tag is: b...@c.com unaltered TRUE I'm not sure what all of the different options mean

Re: - [100% SPAM] Re: jDKIM configuration

2010-08-16 Thread Shahid Faiz
Hi Jerry, Is there any special required for Resend configuration? I have uncommented already configured file extension based Resend. postmaster heads none false true null sender [REJECTED]

Re: - [100% SPAM] Re: jDKIM configuration

2010-08-16 Thread Shahid Faiz
I have checked resent emails with port25.com, that also displays error Result: fail (wrong body hash: expected Sp7UU11MCfYMc32P8gQRPzpZ6q6+b1lsV0oNi8Cn0Lk=) I have also removed t= tag after which resent emails are delivered to Inbox but DKIM verification is still failing. Thanks, Shahid

Re: - [100% SPAM] Re: jDKIM configuration

2010-08-15 Thread Jerry M
I was comparing your mailet tag to mine. I noticed you added a t= value. You may have just dummied up the value to post on the forum as you did the domain name. But if that is the real value, it's very small number = very old time stamp (basically 40 years old). No idea if google would be

Re: jDKIM configuration

2010-08-15 Thread Jerry M
Shahid, I set up for all inbound email to one of my james accounts to resend to a gmail account. I guess it's good news for me, but bad news for you... gmail says the resend was signed correctly. This was a single test from an outside business email address that I have. Hardly an exhaust

Re: jDKIM configuration

2010-08-15 Thread Shahid Faiz
Hi Jerry, Yes, you are right. Mails which are sent directly to my gmail account are verified and delivered to my inbox whereas mails sent using Resend are not verified and thats why those mails land in Spam. Yes, I have also guessed that there were no parameters required. I will try looking into

Re: jDKIM configuration

2010-08-15 Thread Jerry M
So you are using resend mailet to send inbound mail that you receive on to a gmail account, right? And mail you send directly is signed correctly, but inbound mail that resends to gmail is failing. Is that correct? I finally got everything up and running with DKIM. I did a direct send to

Re: jDKIM configuration

2010-08-15 Thread Shahid Faiz
i have configured ConvertoTo7Bit but no success. following are james configurations. Is there anything missing in ConvertTo7Bit configuration? v=1; s=default; d=mydomain.com; h=from:to:received:received; t=12345; a=rsa-sha256; bh=; b=; -PRIVATE KEY IN PEM FORMAT-

Re: jDKIM configuration

2010-08-14 Thread Shahid Faiz
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,

Re: jDKIM configuration

2010-08-14 Thread Stefano Bagnara
2010/8/14 Shahid Faiz : > 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 tran

Re: jDKIM configuration

2010-08-14 Thread Shahid Faiz
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 w

Re: jDKIM configuration

2010-07-20 Thread Shahid Faiz
while building jdkim. Thanks, Shahid On Tue, Jul 20, 2010 at 4:34 PM, Norman Maurer wrote: > When you get the error, when try to build jdkim or when try to build james > ? > > Bye, > Norman > > > 2010/7/19 Shahid Faiz : > > Hi, > > > > I am trying to configure jDKIM for james 2.3.2. I tried to

Re: jDKIM configuration

2010-07-20 Thread Norman Maurer
When you get the error, when try to build jdkim or when try to build james ? Bye, Norman 2010/7/19 Shahid Faiz : > Hi, > > I am trying to configure jDKIM for james 2.3.2. I tried to build jdkim > library from source but build fails with following errors, > > [0]  'dependencies.dependency.version

Re: jDKIM configuration

2010-07-20 Thread sfaiz
I am able to configure jDKIM by getting pre-compiled jar file file from following URL, https://repository.apache.org/content/groups/snapshots/org/apache/james/jdkim/apache-jdkim-mailets/0.2-SNAPSHOT/ complete configuration also required to download latest mailet JAR and required dependencies (al