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 ma...@apache.org on 2012/03/29 11:06:41 UTC

svn commit: r1306760 - /james/hupa/trunk/server/src/main/webapp/WEB-INF/conf/config.properties

Author: manolo
Date: Thu Mar 29 09:06:41 2012
New Revision: 1306760

URL: http://svn.apache.org/viewvc?rev=1306760&view=rev
Log:
Disable Truststore parameter in the default configuration (gmail) because gmail uses valid certificates

Modified:
    james/hupa/trunk/server/src/main/webapp/WEB-INF/conf/config.properties

Modified: james/hupa/trunk/server/src/main/webapp/WEB-INF/conf/config.properties
URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/src/main/webapp/WEB-INF/conf/config.properties?rev=1306760&r1=1306759&r2=1306760&view=diff
==============================================================================
--- james/hupa/trunk/server/src/main/webapp/WEB-INF/conf/config.properties (original)
+++ james/hupa/trunk/server/src/main/webapp/WEB-INF/conf/config.properties Thu Mar 29 09:06:41 2012
@@ -27,9 +27,9 @@ IMAPConnectionPoolTimeout=300000
 # Use SSL/TLS to connect to the IMAP server
 IMAPS=true
 # The Truststore when using self-signed certificates on the server
-TrustStore=my-truststore
+# TrustStore=my-truststore
 # The Truststore's password
-TrustStorePassword=changeit
+# TrustStorePassword=changeit
 
 DefaultSentFolder=[Gmail]\Sent
 DefaultTrashFolder=[Gmail]\Trash



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