No SPAM assassin is not configured.
I'm not having problems getting mail. It's with the mail I'm sending out
going to the recipients SPAM folder.
I saw the DKIM Mailet and semi understand what is taking place.
My question is how do I create the Private keys using james.
I've found several tools to create a private key using the message contents
and a supplied public key.
However they are adding them before james processes the message, and so the
keys are getting tampered with by james and returning invalid.
Do I need to alter the Mailet adding code to generate the private key? Or
is there something else I'm missing.
Also am I even going down the right path here?



On Fri, Mar 9, 2012 at 11:41 PM, Eric Charles <e...@apache.org> wrote:

> On 09/03/12 23:27, Garvice Eakins wrote:
>
>> I'm programmatically creating Mime Messages and sending them to James3
>> beta3 server instance.
>> But everything I send out gets stuck in the recipients SPAM folder. I ran
>> a
>> check I found at BrandonChecketts . com
>> What it is saying is that
>> 0.4 RDNS_DYNAMIC Delivered to internal network by host with
>> dynamic-looking
>> rDNS
>>
>>
> It seems that the SpamAssassin mailet is configured in the
> mailetcontainer.xml (it is not by default) - did you change something?
>
>
>  Is there a way to configure James so this does not happen?
>> Also How do I obtain a DKIM-Signature and add it to messages leaving
>> James?
>>
>>
> This is typically done by a mailet that you define in mailetcontainer.xml.
>
> We ship 'standard' mailets (http://james.apache.org/**
> mailet/standard/mailet-report.**html<http://james.apache.org/mailet/standard/mailet-report.html>
> ).
>
> We also have mailets for DKIM signatures (http://james.apache.org/**
> jdkim/mailets/ <http://james.apache.org/jdkim/mailets/>). You will have
> to add the jDKIM jar in the conf/lib folder of your server, and define the
> jDKIM mailet at the correct place in mailetcontainer.xml (depending on what
> you want to do - for inspiration, see the template:
> https://svn.apache.org/repos/**asf/james/app/trunk/src/main/**
> resources/mailetcontainer-**template.conf<https://svn.apache.org/repos/asf/james/app/trunk/src/main/resources/mailetcontainer-template.conf>
> ).
>
>
>  Thanks,
>> ~Garvice
>>
>>
> --
> eric | http://about.echarles.net | @echarles
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> server-user-unsubscribe@james.**apache.org<server-user-unsubscr...@james.apache.org>
> For additional commands, e-mail: 
> server-user-help@james.apache.**org<server-user-h...@james.apache.org>
>
>

Reply via email to