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 2011/05/23 06:14:38 UTC

svn commit: r1126304 - /james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml

Author: eric
Date: Mon May 23 04:14:38 2011
New Revision: 1126304

URL: http://svn.apache.org/viewvc?rev=1126304&view=rev
Log:
Remove extra < in configuration example for ssl smtp server

Modified:
    james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml

Modified: james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml?rev=1126304&r1=1126303&r2=1126304&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml (original)
+++ james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml Mon May 23 04:14:38 2011
@@ -31,7 +31,7 @@
   <bind>0.0.0.0:465</bind>
   <connectionBacklog>200</connectionBacklog>
   <tls socketTLS="true" startTLS="false">
-    <keystore>file://conf/keystore/keystore></keystore>
+    <keystore>file://conf/keystore/keystore</keystore>
     <secret>password</secret>
     <provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
   </tls>



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