Issue Details (XML | Word | Printable)

Key: JAMES-496
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Stefano Bagnara
Reporter: Stefano Bagnara
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JAMES Server

Add a default hardcoded configuration for the SMTPHandlerChain

Created: 15/May/06 05:02 AM   Updated: 21/Nov/07 08:31 AM
Return to search
Component/s: SMTPServer
Affects Version/s: 2.3.0
Fix Version/s: 2.3.0

Time Tracking:
Not Specified

Resolution Date: 06/Jul/06 05:46 PM


 Description  « Hide
I would like to add a default configuration (like I did in the refactoring of POP3Handler in trunk) for the SMTPHandlerChain.
Furthermore we could evaluate moving the current per-handler configurations to the smtpserver so that the default list of handler would not be visible.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #408994 Tue May 23 19:57:39 UTC 2006 bago Added a default handlerChain for SMTPHandler, so that default SMTPHandler works even without handlerchain configuration (JAMES-496)
Files Changed
MODIFY /james/server/trunk/src/java/org/apache/james/smtpserver/SMTPHandlerChain.java

Repository Revision Date User Message
ASF #419513 Thu Jul 06 10:46:24 UTC 2006 bago Add a default hardcoded configuration for the SMTPHandlerChain (JAMES-496).
Moved handlerchain xml to its own james-smtphandlerchain.xml file and commented by default.
Converted spool repository from dbfile to file (missed by Norman, see JAMES-536)
Files Changed
MODIFY /james/server/branches/v2.3/src/conf/james-config.xml
MODIFY /james/server/branches/v2.3/build.xml
MODIFY /james/server/branches/v2.3/src/java/org/apache/james/smtpserver/SMTPHandlerChain.java
ADD /james/server/branches/v2.3/src/conf/james-smtphandlerchain.xml

Repository Revision Date User Message
ASF #431914 Wed Aug 16 15:05:53 UTC 2006 norman Move the handlerchain configuration to a an extra xml file. See JAMES-496
Files Changed
ADD /james/server/trunk/src/conf/james-smtphandlerchain.xml
MODIFY /james/server/trunk/src/conf/james-config.xml
MODIFY /james/server/trunk/build.xml