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 jo...@apache.org on 2006/11/21 15:04:32 UTC

svn commit: r477676 - /james/server/trunk/src/conf/james-config.xml

Author: joachim
Date: Tue Nov 21 06:04:32 2006
New Revision: 477676

URL: http://svn.apache.org/viewvc?view=rev&rev=477676
Log:
RFC 3501 requires a minimum timeout of 30 minutes: set connectiontimeout to 1800000
note that there is still a default sockettimeout of 300000 in ConnectionManager

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

Modified: james/server/trunk/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/conf/james-config.xml?view=diff&rev=477676&r1=477675&r2=477676
==============================================================================
--- james/server/trunk/src/conf/james-config.xml (original)
+++ james/server/trunk/src/conf/james-config.xml Tue Nov 21 06:04:32 2006
@@ -111,7 +111,10 @@
       <!-- port 993 is the well-known/IANA registered port for IMAPs ie over SSL/TLS -->
       <!-- port 143 is the well-known/IANA registered port for Standard IMAP4 -->
       <port>10143</port>
+
       <handler>
+       <!-- RFC 3501 requires a minimum timeout of 30 minutes -->
+       <connectiontimeout>1800000</connectiontimeout>         
        <streamdump enabled="true" directory="../apps/james/streamdump" />
       </handler>      
    </imapserver>



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