I'm using James in a development environment where James is used as the SMTP server as well as the pop3 server. All mail is delivered to local users, so no mail is ever routed to another SMTP server.
I've noticed that it takes exactly 60 seconds for new email sent to James to be processed from the spool directory and put into the user's local folder. I would like to reduce this to instantaneous processing of new email, or at least something on the order of 5-10 seconds. Browsing through the documentation did not find any configuration setting to adjust the amount of time it takes to process the spool folder. A google search turned out http://james.apache.org/javadocs/org/apache/james/mailrepository/JDBCSpoolRepository.html which seems to indicate in the "Approach for spool manager" that the 60 second wait is a built-in function of the spool manager. If there is some way to reduce this 60 seconds to something shorter, I would like to know how to do it. Thank you in advance. John
