Author: eric
Date: Tue Mar 20 13:29:25 2012
New Revision: 1302880

URL: http://svn.apache.org/viewvc?rev=1302880&view=rev
Log:
Fix templates for pop3 and smtp

Modified:
    james/app/trunk/src/main/resources/pop3server-template.conf
    james/app/trunk/src/main/resources/smtpserver-template.conf

Modified: james/app/trunk/src/main/resources/pop3server-template.conf
URL: 
http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/pop3server-template.conf?rev=1302880&r1=1302879&r2=1302880&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/pop3server-template.conf (original)
+++ james/app/trunk/src/main/resources/pop3server-template.conf Tue Mar 20 
13:29:25 2012
@@ -46,30 +46,28 @@
                
<provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
            </tls>
              
-           <handler>
-               <!-- This is the name used by the server to identify itself in 
the POP3 -->
-               <!-- 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 in secconds -->
-               <connectiontimeout>1200</connectiontimeout>
-             
-               <!-- 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>
-                
-               <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>
+        <!-- This is the name used by the server to identify itself in the 
POP3 -->
+        <!-- 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 in secconds -->
+        <connectiontimeout>1200</connectiontimeout>
+      
+        <!-- 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>
+         
+        <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>
            
        </pop3server>
        

Modified: james/app/trunk/src/main/resources/smtpserver-template.conf
URL: 
http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/smtpserver-template.conf?rev=1302880&r1=1302879&r2=1302880&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/smtpserver-template.conf (original)
+++ james/app/trunk/src/main/resources/smtpserver-template.conf Tue Mar 20 
13:29:25 2012
@@ -52,7 +52,6 @@
         <algorithm>SunX509</algorithm>
       </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, 
-->
@@ -309,7 +308,6 @@
              </handler>
              -->
          </handlerchain>            
-    </handler>
   
   </smtpserver>
 



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

Reply via email to