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: [email protected]
For additional commands, e-mail: [email protected]