Author: eric
Date: Fri Apr 26 13:59:45 2013
New Revision: 1476207
URL: http://svn.apache.org/r1476207
Log:
Fix the test imapserver.xml structure for the handlers
Modified:
james/server/trunk/app/src/test/resources/imapserver.xml
Modified: james/server/trunk/app/src/test/resources/imapserver.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/app/src/test/resources/imapserver.xml?rev=1476207&r1=1476206&r2=1476207&view=diff
==============================================================================
--- james/server/trunk/app/src/test/resources/imapserver.xml (original)
+++ james/server/trunk/app/src/test/resources/imapserver.xml Fri Apr 26
13:59:45 2013
@@ -55,26 +55,21 @@
<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 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="false">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>
</imapservers>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]