I sent this mail yesterday and I already found the solution. putting <mail.smtp.allow8bitmime>false</mail.smtp.allow8bitmime> inside <mailet match="All" class="RemoteDelivery"> element solved the issue. the cause was that JavaMail converted quoted-printable to 8bit unexpectedly.
> Hello, > > I'm configuring James-3.0.0-beta5-SNAPSHOT to enable DKIM signing. it creates > valid signature for plain text mails, but not for quoted-printable mails that > made by Apple Mail. I also tried set forceCRLF=false to DKIMSign mailet but > no effect. I'm investing this problem and suspecting logics in > CRLFOutputStream or RemoteDelivery now but still the cause is unknown. > > Is anyone has any hints or ideas to solve this problem? > > Also I posted about details of my setup to my blog: > http://www.nailedtothex.org/roller/kyle/entry/configuring-james-to-sign-dkim > > Thanks. > --------------------------------------------------------------------- > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org > For additional commands, e-mail: server-user-h...@james.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org