Author: norman
Date: Wed Jun 2 11:54:46 2010
New Revision: 950510
URL: http://svn.apache.org/viewvc?rev=950510&view=rev
Log:
Fix typo in config
Modified:
james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml
Modified:
james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml?rev=950510&r1=950509&r2=950510&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml
Wed Jun 2 11:54:46 2010
@@ -43,7 +43,7 @@
<!-- Set to true to support STARTTLS or SSL for the Socket.
To use this you need to copy sunjce_provider.jar to /path/james/lib
directory.
-->
- <tls socketSSL="false" startTLS="false">
+ <tls socketTLS="false" startTLS="false">
<!-- To create a new keystore execute:
keytool -genkey -alias james -keyalg RSA -keystore
/path/to/james/conf/keystore
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]