[jira] Created: (JAMES-552) Clamav code should be moved to a "generic" class to use it on mailet,matcher,messagehandler

2006-07-04 Thread Norman Maurer (JIRA)
Clamav code should be moved to a "generic" class to use it on mailet,matcher,messagehandler --- Key: JAMES-552 URL: http://issues.apache.org/jira/browse/JAMES-552 Project: James

Re: svn commit: r419010 - in /james/server/sandbox/handlerapi/src: java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/basefilter/ java/org/apache/james/smtpserver/fastfailfilter/ test/

2006-07-04 Thread Norman Maurer
Hi guys, after reading the code a bit more i notice that the setStopHandlerProcessing(boolean) and getStopHandlerProcessing() is not needed on the current implementation. At the moment the handlerProccessing get stoppen after a handler write a response to the user. Anyway im not sure if it is the

IMAP Draft: Cluster

2006-07-04 Thread Joachim Draeger
Cluster Imap is quite resource intensive. This requires to share the load between multiple hosts. Another goal is being fault tolerant and to have a fail-over strategy. This means not having 99.999% availability. This could be done using a cluster capable RDBMS. At the best this would mean that y

IMAP Draft: Quota

2006-07-04 Thread Joachim Draeger
Quota Introduction IMAP can be used to archive all your messages. This may include 15 apache.org high-traffic mailing lists and a complete collection of all fun-ppt/fun-pics/fun-movies mails + attachments, your funny colleagues have sent to you in the last 5 years. ;-) Reaching a few GiB is po

IMAP Draft: Named Repositories

2006-07-04 Thread Joachim Draeger
Hi! Preamble the following drafts are still work-in-progress and I hope for some discussion and some help because I'm neither an IMAP nor an enterprise mail server backend expert. I'm doing this because I think its helpful to have the big picture or a master plan before starting implementation.

svn commit: r419016 - /james/server/trunk/default.properties

2006-07-04 Thread norman
Author: norman Date: Tue Jul 4 07:21:07 2006 New Revision: 419016 URL: http://svn.apache.org/viewvc?rev=419016&view=rev Log: trunk is version 3.x Modified: james/server/trunk/default.properties Modified: james/server/trunk/default.properties URL: http://svn.apache.org/viewvc/james/server/t

svn commit: r419010 - in /james/server/sandbox/handlerapi/src: java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/basefilter/ java/org/apache/james/smtpserver/fastfailfilter/ test/org/

2006-07-04 Thread norman
Author: norman Date: Tue Jul 4 07:03:26 2006 New Revision: 419010 URL: http://svn.apache.org/viewvc?rev=419010&view=rev Log: Add method to session to set when proccessing of handlers should stop Modified: james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver/AuthCmdHandler.ja

svn commit: r419009 - /james/server/trunk/src/java/org/apache/james/James.java

2006-07-04 Thread berndf
Author: berndf Date: Tue Jul 4 07:02:34 2006 New Revision: 419009 URL: http://svn.apache.org/viewvc?rev=419009&view=rev Log: - extract submethods from initialize() - add setters for service components (JAMES-494) - eliminate dupl code Modified: james/server/trunk/src/java/org/apache/james/Ja

svn commit: r419007 - /james/server/trunk/src/java/org/apache/james/pop3server/POP3HandlerChain.java

2006-07-04 Thread berndf
Author: berndf Date: Tue Jul 4 06:46:32 2006 New Revision: 419007 URL: http://svn.apache.org/viewvc?rev=419007&view=rev Log: minor code cleanups Modified: james/server/trunk/src/java/org/apache/james/pop3server/POP3HandlerChain.java Modified: james/server/trunk/src/java/org/apache/james/p

Re: [jira] Updated: (JAMES-502) IMAP support

2006-07-04 Thread Joachim Draeger
Hi Stefano, Am Freitag, den 30.06.2006, 13:23 +0200 schrieb Stefano Bagnara: > 1) flag: are flags dynamic? I understand from your document that we need > to store the flag types in a table so that their ID can be used. Is it > needed or the flag types are statically defined in the RFC? I was r

svn commit: r418982 - in /james/server/sandbox/handlerapi/src: java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/fastfailfilter/ test/org/apache/james/smtpserver/

2006-07-04 Thread norman
Author: norman Date: Tue Jul 4 04:30:14 2006 New Revision: 418982 URL: http://svn.apache.org/viewvc?rev=418982&view=rev Log: Move method getRcptCount() to SMTPSession. Modified: james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver/SMTPHandler.java james/server/sandbox/h

[jira] Resolved: (JSPF-2) New feature SPF

2006-07-04 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JSPF-2?page=all ] Norman Maurer resolved JSPF-2: -- Resolution: Fixed Fax was sended. So we can close it > New feature SPF > --- > > Key: JSPF-2 > URL: http://issues.apache.org/jira/br

RE: Notes from ApacheCon (SMTP FAST FAIL)

2006-07-04 Thread Norman Maurer
Thx Noel, so i remembered it right. I just did a commit in the sandbox to throw an ConfigurationException on startup when an unimplemented command was used to configure the command handler. I think thats a great improvment ( also to the current handler loading) to get sure that an admin can not mi

svn commit: r418931 - in /james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver: ./ basefilter/ fastfailfilter/

2006-07-04 Thread norman
Author: norman Date: Tue Jul 4 00:22:40 2006 New Revision: 418931 URL: http://svn.apache.org/viewvc?rev=418931&view=rev Log: Add a new method to the CommandHandler interface to get sure that the commandHandler was configured with a implemented commandName Change all classes which implement the C