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 er...@apache.org on 2010/09/27 16:08:43 UTC

svn commit: r1001749 - /james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml

Author: eric
Date: Mon Sep 27 14:08:42 2010
New Revision: 1001749

URL: http://svn.apache.org/viewvc?rev=1001749&view=rev
Log:
Connection timeout is 30 minutes and can not be changed - See rfc2060 5.4 for details

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml?rev=1001749&r1=1001748&r2=1001749&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml Mon Sep 27 14:08:42 2010
@@ -56,8 +56,7 @@
         <helloName autodetect="true">myMailServer</helloName>
         -->
          
-        <!-- connection timeout in secconds -->
-        <connectiontimeout>360</connectiontimeout>
+        <!-- Connection timeout is 30 minutes and can not be changed - See rfc2060 5.4 for details -->
             
         <!-- Set the maximum simultaneous incoming connections for this service -->
         <connectionLimit> 0 </connectionLimit>



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