You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2009/10/02 17:23:52 UTC

svn commit: r821054 - /james/server/trunk/phoenix-deployment/src/conf/james-config.xml

Author: norman
Date: Fri Oct  2 15:23:52 2009
New Revision: 821054

URL: http://svn.apache.org/viewvc?rev=821054&view=rev
Log:
Load core command handlers

Modified:
    james/server/trunk/phoenix-deployment/src/conf/james-config.xml

Modified: james/server/trunk/phoenix-deployment/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-config.xml?rev=821054&r1=821053&r2=821054&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-config.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-config.xml Fri Oct  2 15:23:52 2009
@@ -946,6 +946,12 @@
          <helloName autodetect="true">myMailServer</helloName>
          -->
          <connectiontimeout>120000</connectiontimeout>
+      
+         <handlerchain>
+             <!-- This loads the core CommandHandlers. Only remove this if you really -->
+             <!-- know what you are doing -->
+             <handler class="org.apache.james.pop3server.core.CoreCmdHandlerLoader"/>
+         </handlerchain>
       </handler>
    </pop3server>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org