Re: MX record peference not being honored?

2012-05-08 Thread Cole Ferrier
talking with our internal mail system people, all 6 servers had a priority of 10 the last time apache James was restarted. Does James cache this data for the life of it running? or is there a time to live? or? I will schedule a recycle of james to see if it stops using the servers that now have a

MX record peference not being honored?

2012-05-08 Thread Cole Ferrier
We have an internal mail system that has 6 MX records 3 at priority 10 (new servers recently added) and 3 at priority 20 (old servers that where previously at 10). and it appears that apache james 2.3 is sending mail to all of them about equally? i was instructed that it should only connect to th

AW: FakeMailetConfig

2012-05-08 Thread Dinyar Rabady
Thanks, that worked nicely! Hello Dinyar, 2012/5/8 Dinyar Rabady : > Hi! > > I would like to use FakeMailetConfig and the related classes in my unit > tests, but I can't seem to use the package org.apache.mailet.base.test even > after including apache-

Re: using SSL cert

2012-05-08 Thread Young Gu
How do you install your SSL certification? What client are you using? Can you post the log details? Please be free to contact with me for any question or suggestion. Thanks& Best Regards . -- Young Gu Software Engineer http://www.

Taking James offline

2012-05-08 Thread Phil Spencer
I have a James Server instance that sits between two other MTAs and all is working very nicely However I now need to take the James server offline if the downstream MTA is offline (the upstream server will then look for alternate means of delivery) I could just create an external watchdog proce

using SSL cert

2012-05-08 Thread roy . james
Hello, So I can't seem to figure out how to get our SSL cert working on James so I was hoping someone could help me out? I generated an RSA 2048 private key and certificate request using openssl. I've read on googles that this is probably where I originally went wrong as some people claim tha

Re: James threads support

2012-05-08 Thread Eric Charles
For the record, we talked about the THREAD extension earlier on the mailing list (this was also asked by a few ones). For complete extensions list: http://www.iana.org/assignments/imap4-capabilities For unofficial extension support: http://www.imapwiki.org/Extensions To support the THREAD exte

Re: FakeMailetConfig

2012-05-08 Thread Ioan Eugen Stan
Hello Dinyar, 2012/5/8 Dinyar Rabady : >  Hi! > > I would like to use FakeMailetConfig and the related classes in my unit > tests, but I can't seem to use the package org.apache.mailet.base.test even > after including apache-mailet-base in my pom.xml (I'm using maven). Try adding the test class

How enable dbfile for James 3.0

2012-05-08 Thread kowalski73 Gazeta.pl
Helo! In James 2.x dbfile inclusion was very simple, but unfortunately I do not know how to do it in version 3.0. How can I enable the dbfile for 3.0. I have read all the documentation and did not find such information. I configured James to work with mysql and it works fine but still, all emails

FakeMailetConfig

2012-05-08 Thread Dinyar Rabady
Hi! I would like to use FakeMailetConfig and the related classes in my unit tests, but I can't seem to use the package org.apache.mailet.base.test even after including apache-mailet-base in my pom.xml (I'm using maven). Should this be working? Best regards, Dinyar

Re: NNTP Administration

2012-05-08 Thread Ioan Eugen Stan
2012/5/4 Anton Shepelev : > Ioan Eugen Stan: > >> > I  have  the  following questinons about James's >> > NNTP module: >> > >> >   1.  What settings are responsible for how long >> >       it takes for a posted article to appear on >> >       the server? >> > >> >   2.  Does James support article e

Re: James threads support

2012-05-08 Thread Norman Maurer
There is a IMAP RFC for that. See http://tools.ietf.org/html/rfc5256 We have not implement THREAD. Bye, Norman 2012/5/8 Ioan Eugen Stan : > 2012/5/8 Eric Charles : >> Hi Ioan, >> The short answer is no. >> Which use case are you thinking to? >> Eric > > Well, the most obvious is to use it Hupa

Re: James threads support

2012-05-08 Thread Ioan Eugen Stan
2012/5/8 Eric Charles : > Hi Ioan, > The short answer is no. > Which use case are you thinking to? > Eric Well, the most obvious is to use it Hupa to provide thread view. Since we could store messages in james mailbox we could turn it into a comment system like disqus, and provide thread view and

Re: James threads support

2012-05-08 Thread Eric Charles
Hi Ioan, The short answer is no. Which use case are you thinking to? Eric On 05/08/2012 10:25 AM, Ioan Eugen Stan wrote: Hello, Does James have some way of returning threads to the user? This is more client related (hupa), but some things can be done in server. Cheers, -- eric | http://abou

James threads support

2012-05-08 Thread Ioan Eugen Stan
Hello, Does James have some way of returning threads to the user? This is more client related (hupa), but some things can be done in server. Cheers,