Re: How to enforce mailbox limit?

2011-04-28 Thread Eric Charles
Norman was fast and opened https://issues.apache.org/jira/browse/MAILBOX-64 "Add out-of-the box support for quotas" :) Tks, -Eric On 29/04/2011 05:58, Eric Charles wrote: Hi, There was no change since the post you mention. If you need it, just open a JIRA via [1] so we can implement it. Tks,

Re: How to enforce mailbox limit?

2011-04-28 Thread Eric Charles
Hi, There was no change since the post you mention. If you need it, just open a JIRA via [1] so we can implement it. Tks, - Eric [1] https://issues.apache.org/jira/browse/JAMES On 28/04/2011 21:56, Pao, Vanessa wrote: Hi, I'm investigating whether James 3 can enforce a mailbox limit for users.

How to enforce mailbox limit?

2011-04-28 Thread Pao, Vanessa
Hi, I'm investigating whether James 3 can enforce a mailbox limit for users. This post http://mail-archives.apache.org/mod_mbox/james-server-user/201102.mbox/%3c201102121744007182...@bitrustar.com%3E suggests the only option is to write custom code. Just wanted to verify if this is still the ca

Re: slow spooling in 3.0M3 ?

2011-04-28 Thread Norman Maurer
hi there, no the paramter should not be relevant. as I said checkout the spool threads in mailetcontainer.xml. It would also good to see some status like "iostat -x 1 ", to see if the disk is the bootleneck etc. I can sool a way more messages the second here... (Even with the default config) Bye

Re: slow spooling in 3.0M3 ?

2011-04-28 Thread kushal soy
is it related to activemq? activemq create a 10 directory , [1,2,..10] for queuing as per my understanding in var/store/activemq/blob-transfer. then i changed the sessionCaheSize to 20 in james-server-context.xml but activemq always create 10 directory. can

Re: slow spooling in 3.0M3 ?

2011-04-28 Thread Norman Maurer
Ok.. It depends on many things. For example how many smtp connections you use to feed in the email, how many spool threads, how many mailets etc. First of I would try to higher the spool threads. See mailetcontainer.xml Bye, Norman 2011/4/28 kushal soy : > Hi > > when I am deposing the message

Re: slow spooling in 3.0M3 ?

2011-04-28 Thread kushal soy
Hi when I am deposing the message from my client. what it will be called; queuing? On Thu, Apr 28, 2011 at 4:34 PM, Norman Maurer wrote: > Hi there, > > spooling or queuing ? > > Bye, > Norman > > > 2011/4/28 kushal soy : > > Hi > > i was trying one of the nighty build of 3.0M3 > > [james-serve

Re: slow spooling in 3.0M3 ?

2011-04-28 Thread Norman Maurer
Hi there, spooling or queuing ? Bye, Norman 2011/4/28 kushal soy : > Hi > i was trying one of the nighty build of 3.0M3 > [james-server-container-spring-3.0-M3-20110425.003735-254-bin.tar.gz] > > I am not able to achieve spooling speed more than *3 msg/second*. > > is this a issue? > > i am usi

slow spooling in 3.0M3 ?

2011-04-28 Thread kushal soy
Hi i was trying one of the nighty build of 3.0M3 [james-server-container-spring-3.0-M3-20110425.003735-254-bin.tar.gz] I am not able to achieve spooling speed more than *3 msg/second*. is this a issue? i am using default configuration as per now. thanks & regards, kushal