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 2010/04/15 17:26:21 UTC

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

Author: manolo
Date: Thu Apr 15 15:26:21 2010
New Revision: 934447

URL: http://svn.apache.org/viewvc?rev=934447&view=rev
Log:
set default configuration to use mock imap provider

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=934447&r1=934446&r2=934447&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 Apr 15 15:26:21 2010
@@ -29,3 +29,8 @@ SMTPServerPort=465
 SMTPAuth=true
 # Use SSL/TLS to connect to the SMTP server
 SMTPS=true
+
+## Remove these lines to use Gmail IMAP AND SMTP
+IMAPServerAddress=demo-mode
+SMTPServerAddress=demo-mode
+



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