Author: eric
Date: Thu Apr  4 19:38:40 2013
New Revision: 1464694

URL: http://svn.apache.org/r1464694
Log:
Fix the imap configuration template, some properties were too much nested in a 
handler tag (JAMES-1496)

Modified:
    james/server/trunk/app/src/main/resources/imapserver-template.xml

Modified: james/server/trunk/app/src/main/resources/imapserver-template.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/app/src/main/resources/imapserver-template.xml?rev=1464694&r1=1464693&r2=1464694&view=diff
==============================================================================
--- james/server/trunk/app/src/main/resources/imapserver-template.xml (original)
+++ james/server/trunk/app/src/main/resources/imapserver-template.xml Thu Apr  
4 19:38:40 2013
@@ -55,25 +55,22 @@
             
<provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
           </tls>
              
-          <handler>
-              <!-- This is the name used by the server to identify itself in 
the SMTP -->
-              <!-- protocol.  If autodetect is TRUE, the server will discover 
its -->
-              <!-- own host name and use that in the protocol.  If discovery 
fails, -->
-              <!-- the value of 'localhost' is used.  If autodetect is FALSE, 
James -->
-              <!-- will use the specified value. -->
-              <!--
-              <helloName autodetect="true">myMailServer</helloName>
-               -->
-                
-              <!-- 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>
-                
-              <!-- Set the maximum simultaneous incoming connections per IP 
for this service -->
-              <connectionLimitPerIP>0</connectionLimitPerIP>
-                
-          </handler>
+       <!-- This is the name used by the server to identify itself in the IMAP 
-->
+       <!-- protocol.  If autodetect is TRUE, the server will discover its -->
+       <!-- own host name and use that in the protocol.  If discovery fails, 
-->
+       <!-- the value of 'localhost' is used.  If autodetect is FALSE, James 
-->
+       <!-- will use the specified value. -->
+       <!--
+       <helloName autodetect="true">myMailServer</helloName>
+        -->
+         
+       <!-- 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>
+         
+       <!-- Set the maximum simultaneous incoming connections per IP for this 
service -->
+       <connectionLimitPerIP>0</connectionLimitPerIP>
 
        </imapserver>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to