RE: RemoteDelivery and timeout

2006-06-20 Thread Noel J. Bergman
Norman Maurer wrote: > after checking for the default timeout of RemoteDelivery i notice that > it is 10 Minutes! Why it must be so high ? is that not a bit overkill ? I agree, but ... > +1 for change it the default to 2 minutes. Thats what other MTA also > use. See my other reply. There are t

RemoteDelivery and timeout

2006-06-20 Thread Norman Maurer
Hi guys, after checking for the default timeout of RemoteDelivery i notice that it is 10 Minutes! Why it must be so high ? is that not a bit overkill ? I think if a host not answer in at least 2 minutes it will never answer.. And if it answer the conenction will be so "fucked up" that it cannot sen

svn commit: r415919 - /james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java

2006-06-20 Thread norman
Author: norman Date: Tue Jun 20 22:48:38 2006 New Revision: 415919 URL: http://svn.apache.org/viewvc?rev=415919&view=rev Log: Make the smptHandlerChain Initializable and Contextualizable. See JAMES-547 Modified: james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java Modified

[jira] Resolved: (JAMES-547) make the smptHandlerChain Initializable and Contextualizable

2006-06-20 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-547?page=all ] Norman Maurer resolved JAMES-547: - Fix Version: 2.4.0 Resolution: Fixed > make the smptHandlerChain Initializable and Contextualizable > ---

svn commit: r415916 - /james/server/trunk/src/java/org/apache/james/smtpserver/SMTPHandlerChain.java

2006-06-20 Thread norman
Author: norman Date: Tue Jun 20 22:38:04 2006 New Revision: 415916 URL: http://svn.apache.org/viewvc?rev=415916&view=rev Log: Make the smptHandlerChain Initializable and Contextualizable. See JAMES-547 Modified: james/server/trunk/src/java/org/apache/james/smtpserver/SMTPHandlerChain.java M

Re: [jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

2006-06-20 Thread Norman Maurer
For me its no big deal on merge it to branch too.. IT only cleanup some code and remove 2 unneeded classes an 1 unneded jar. Im +1 to aplly it to branch. Why we should ship more code and jars then we need ? bye Norman Am Mittwoch, den 21.06.2006, 02:19 +0200 schrieb Bernd Fondermann: > Norman

[jira] Commented: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

2006-06-20 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-515?page=comments#action_12417036 ] Norman Maurer commented on JAMES-515: - I applied it to trunk. I leave it open to discuss if we should apply it against 2.3 branch too. > Remove RepositoryManager and corne

svn commit: r415913 - in /james/server/trunk: ./ lib/ src/java/org/apache/james/mailrepository/filepair/

2006-06-20 Thread norman
Author: norman Date: Tue Jun 20 22:22:01 2006 New Revision: 415913 URL: http://svn.apache.org/viewvc?rev=415913&view=rev Log: Remove RepositoryManager and cornerstone-store-impl. Thx Stefano. See JAMES-515 Removed: james/server/trunk/lib/cornerstone-store-impl-2.1.jar james/server/trunk/

Re: [jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

2006-06-20 Thread Bernd Fondermann
Norman Maurer wrote: +1 for apply the patch to trunk and 2.3-branch! Mmmh... being +1 on the task for trunk, I question if such a change is really worth being applied to 2.3? it sounds like a cleanup, prio is 'minor', doesn't seem to be neccessary to have it in 2.3. Where do we draw the lin

[jira] Updated: (JAMES-547) make the smptHandlerChain Initializable and Contextualizable

2006-06-20 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-547?page=all ] Norman Maurer updated JAMES-547: Attachment: SMTPHandlerChain.patch Here are the changes to be made for this. If noone raise his voice i will commit it > make the smptHandlerChain Initializabl

[jira] Created: (JAMES-547) make the smptHandlerChain Initializable and Contextualizable

2006-06-20 Thread Norman Maurer (JIRA)
make the smptHandlerChain Initializable and Contextualizable Key: JAMES-547 URL: http://issues.apache.org/jira/browse/JAMES-547 Project: James Type: Improvement Components: SMTPServer Reporter: Nor

[jira] Updated: (JAMES-472) Add Greylist support

2006-06-20 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-472?page=all ] Norman Maurer updated JAMES-472: Attachment: greylist-v3.patch Here is the new patch which support the time configuration like done in RemoteDelivery. Any feedback whould be welcome. I also who

Re: james and memoryusage

2006-06-20 Thread Norman Maurer
Am Dienstag, den 20.06.2006, 15:08 +0200 schrieb Norman Maurer: > Am Dienstag, den 20.06.2006, 15:02 +0200 schrieb Bernd Fondermann: > > Norman Maurer wrote: > > > Hi guys, > > > > > > any has ever test the memory usage of james when used in big enviroment > > > and cannot deliver mail. We otice t

Re: james and memoryusage

2006-06-20 Thread Norman Maurer
Am Dienstag, den 20.06.2006, 15:02 +0200 schrieb Bernd Fondermann: > Norman Maurer wrote: > > Hi guys, > > > > any has ever test the memory usage of james when used in big enviroment > > and cannot deliver mail. We otice that if we use james and it try to > > deliver emails is seems that it never

Re: james and memoryusage

2006-06-20 Thread Bernd Fondermann
Norman Maurer wrote: Hi guys, any has ever test the memory usage of james when used in big enviroment and cannot deliver mail. We otice that if we use james and it try to deliver emails is seems that it never release the memory after timeout. So the load and memory usage get bigger with every me

Re: [jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

2006-06-20 Thread Norman Maurer
+1 for apply the patch to trunk and 2.3-branch! bye Norman Am Dienstag, den 20.06.2006, 09:13 + schrieb Stefano Bagnara (JIRA): > [ http://issues.apache.org/jira/browse/JAMES-515?page=all ] > > Stefano Bagnara updated JAMES-515: > -- > > Attachment:

Re: james and memoryusage

2006-06-20 Thread Serge Knystautas
On 6/20/06, Norman Maurer <[EMAIL PROTECTED]> wrote: any has ever test the memory usage of james when used in big enviroment and cannot deliver mail. We otice that if we use james and it try to deliver emails is seems that it never release the memory after timeout. So the load and memory usage ge

james and memoryusage

2006-06-20 Thread Norman Maurer
Hi guys, any has ever test the memory usage of james when used in big enviroment and cannot deliver mail. We otice that if we use james and it try to deliver emails is seems that it never release the memory after timeout. So the load and memory usage get bigger with every message which can not get

svn commit: r415619 - in /james/server/trunk/src: conf/ java/org/apache/james/management/ java/org/apache/james/remotemanager/ test/org/apache/james/management/ test/org/apache/james/test/mock/james/

2006-06-20 Thread berndf
Author: berndf Date: Tue Jun 20 05:00:57 2006 New Revision: 415619 URL: http://svn.apache.org/viewvc?rev=415619&view=rev Log: - added additional parameter to many operations to select the user repository - added operation getUserRepositoryNames() Modified: james/server/trunk/src/conf/james-as

[jira] Resolved: (JAMES-546) Move time convertion from RemoteDelivery to a util Class

2006-06-20 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-546?page=all ] Norman Maurer resolved JAMES-546: - Fix Version: 2.4.0 Resolution: Fixed > Move time convertion from RemoteDelivery to a util Class > ---

svn commit: r415593 - in /james/server/trunk/src: java/org/apache/james/transport/mailets/RemoteDelivery.java java/org/apache/james/util/TimeConverter.java test/org/apache/james/util/TimeConverterTest

2006-06-20 Thread norman
Author: norman Date: Tue Jun 20 02:54:05 2006 New Revision: 415593 URL: http://svn.apache.org/viewvc?rev=415593&view=rev Log: Move the TimeConvertion in a seperate util class to use it later in other mailets. See JAMES-546 Added: james/server/trunk/src/java/org/apache/james/util/TimeConverte

[jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

2006-06-20 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-515?page=all ] Stefano Bagnara updated JAMES-515: -- Attachment: JAMES-515.diff patch should be applied, and cornerstone-store-impl-2.1.jar removed > Remove RepositoryManager and cornerstone-store-impl > -

[jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

2006-06-20 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-515?page=all ] Stefano Bagnara updated JAMES-515: -- Summary: Remove RepositoryManager and cornerstone-store-impl (was: Remove RemoteManager and cornerstone-store-impl) Description: RepositoryManager

svn commit: r415569 - in /james/server/sandbox/m2: pom.xml src/main/resources/meta-inf/ src/meta-inf/

2006-06-20 Thread adc
Author: adc Date: Tue Jun 20 01:47:27 2006 New Revision: 415569 URL: http://svn.apache.org/viewvc?rev=415569&view=rev Log: Intermediate checkin Added: james/server/sandbox/m2/src/main/resources/meta-inf/ - copied from r408812, james/server/sandbox/m2/src/meta-inf/ Removed: james/ser

svn commit: r415565 - in /james/server/trunk/src: conf/ java/org/apache/james/ java/org/apache/james/management/ test/org/apache/james/management/

2006-06-20 Thread berndf
Author: berndf Date: Tue Jun 20 01:40:03 2006 New Revision: 415565 URL: http://svn.apache.org/viewvc?rev=415565&view=rev Log: - added UserManagement JMX MBean - TODOs: merge common code from RemoteManagerHandler; allow change of repositories Added: james/server/trunk/src/java/org/apache/jame

Re: ApacheCon EU

2006-06-20 Thread Norman Maurer
Hi Alan, if im not wrong its Noel, Danny, Vincenzo, You and me.. And Noel also says something about a Hackathon.. not 100 % sure ;-) bye Norman Am Dienstag, den 20.06.2006, 16:31 +0800 schrieb Alan D. Cabrera: > Who's going? Will there be a Hackathon? > > > Regards, > Alan > > > >

ApacheCon EU

2006-06-20 Thread Alan D. Cabrera
Who's going? Will there be a Hackathon? Regards, Alan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r415562 - in /james/server/sandbox/m2/src: java/ main/java/ main/resources/ test/java/

2006-06-20 Thread adc
Author: adc Date: Tue Jun 20 01:26:37 2006 New Revision: 415562 URL: http://svn.apache.org/viewvc?rev=415562&view=rev Log: Intermediate checkin Added: james/server/sandbox/m2/src/main/java/ - copied from r408812, james/server/sandbox/m2/src/java/ james/server/sandbox/m2/src/main/res

svn commit: r415559 - in /james/server/sandbox/m2: build.bat build.sh build.xml check-targets.ent check-targets.properties default.properties include.properties pom.xml src/main/

2006-06-20 Thread adc
Author: adc Date: Tue Jun 20 01:24:58 2006 New Revision: 415559 URL: http://svn.apache.org/viewvc?rev=415559&view=rev Log: Intermediate checkin Added: james/server/sandbox/m2/pom.xml james/server/sandbox/m2/src/main/ Removed: james/server/sandbox/m2/build.bat james/server/sandbox/

Re: [jira] Created: (JAMES-546) Move time convertion from RemoteDelivery to a util Class

2006-06-20 Thread Stefano Bagnara
+1 so greylist and remotedelivery whould share the syntax (and the code) Stefano Norman Maurer (JIRA) wrote: Move time convertion from RemoteDelivery to a util Class Key: JAMES-546 URL: http://issues.apache.org/jira/bro

Re: [jira] Updated: (JAMES-472) Add Greylist support

2006-06-20 Thread Norman Maurer
I hope we can include it in 2.4 or 3.0. Not sure yet cause i whould like to refactor the smtpserver api first. bye Norman Am Dienstag, den 20.06.2006, 09:47 +0200 schrieb Vincenzo Gianferrari Pini: > Great! I think this greylisting feature would be *very* useful to have. > Go ahead. > > Vince

Re: [jira] Updated: (JAMES-472) Add Greylist support

2006-06-20 Thread Vincenzo Gianferrari Pini
Great! I think this greylisting feature would be *very* useful to have. Go ahead. Vincenzo Norman Maurer (JIRA) wrote: [ http://issues.apache.org/jira/browse/JAMES-472?page=all ] Norman Maurer updated JAMES-472: Attachment: greylist-v2.patch Here is