Re: maxDnsProblemRetries doesn't seem to work

2014-07-12 Thread Eric Charles
Sounds like a bug. Better log it for future solving https://issues.apache.org/jira/browse/JAMES If you can debug it, maybe you can solve it and submit a patch? On 07/09/2014 04:26 PM, Kevin Puscas wrote: > I have a test scenario where a email target on another server requires > multiple DNS retr

Re: problem with thunderbird and big mail (IMAP) James server 3b5

2014-07-12 Thread Eric Charles
Do you see something in james error log? Optionally, you can enable debugging on thunderbird client. On 07/09/2014 04:20 PM, Pietro Romanazzi wrote: > Hi, > > We experienced problems with thunderbird (24.6.0) sending mail bigger than > 8MB (Not too big anyway!). > > Thunderbird report an error

Re: validRecipient list

2014-07-12 Thread Eric Charles
The information in smtpserver-template.xml is not correct (it should be removed). Is it working if you comment the ValidRcptHandler handler? On 07/06/2014 09:54 PM, Marc de Oliveira wrote: > I am still on version 2.3.2 as an early attempt to upgrade to version 3 > did not work. > > I have now t

Re: Preserving MAIL_IS_SEEN state?

2014-07-12 Thread Eric Charles
We rely on the RFC to implement and sometimes there are some grey zones. If the RFC does not clearly define things, we are free to interpret it. In this particular case, it tend to agree with you. The logic is implemented in FlagsResponseEncoder and ImapResponseComposerImpl.flags classes. The wa

Re: James 3 Multiple Datasources?

2014-07-12 Thread Eric Charles
This could help? http://stackoverflow.com/questions/12640400/spring-openjpa-multiple-persistence-unit On 07/04/2014 10:39 PM, Jerry Malcolm wrote: > I need to be able to access a different database from my default James > mail db in a couple of matchers and mailets. In james 2, I was able to >