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

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. Vincenzo

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:

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=415559view=rev Log: Intermediate checkin Added: james/server/sandbox/m2/pom.xml james/server/sandbox/m2/src/main/ Removed: james/server/sandbox/m2/build.bat

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=415562view=rev Log: Intermediate checkin Added: james/server/sandbox/m2/src/main/java/ - copied from r408812, james/server/sandbox/m2/src/java/

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]

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

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=415565view=rev Log: - added UserManagement JMX MBean - TODOs: merge common code from RemoteManagerHandler; allow change of repositories Added:

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=415569view=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:

[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

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=415593view=rev Log: Move the TimeConvertion in a seperate util class to use it later in other mailets. See JAMES-546 Added:

[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

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

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 get

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 that if we use

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

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=415919view=rev Log: Make the smptHandlerChain Initializable and Contextualizable. See JAMES-547 Modified: james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java