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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org