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 no...@apache.org on 2006/07/03 10:39:52 UTC

svn commit: r418711 - /james/server/branches/v2.3/src/conf/james-config.xml

Author: norman
Date: Mon Jul  3 01:39:51 2006
New Revision: 418711

URL: http://svn.apache.org/viewvc?rev=418711&view=rev
Log:
Based on the votes i change the default mail and user repositories to file storage

Modified:
    james/server/branches/v2.3/src/conf/james-config.xml

Modified: james/server/branches/v2.3/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/conf/james-config.xml?rev=418711&r1=418710&r2=418711&view=diff
==============================================================================
--- james/server/branches/v2.3/src/conf/james-config.xml (original)
+++ james/server/branches/v2.3/src/conf/james-config.xml Mon Jul  3 01:39:51 2006
@@ -62,11 +62,9 @@
 
       <!-- The inbox repository is the location for users inboxes -->
       <!-- Default setting: file based repository - enter path ( use  "file:///" for absolute) -->
-      <!--
       <inboxRepository>
          <repository destinationURL="file://var/mail/inboxes/" type="MAIL"/>
       </inboxRepository>
-      -->
 
       <!-- Alternative inbox repository definition for DB use. -->
       <!-- The format for the destinationURL is "db://<data-source>/<table>" -->
@@ -81,11 +79,11 @@
 
       <!-- Alternative inbox repository definition for DB use. -->
       <!-- Stores message body in file system, rest in database -->
-      <!-- TEMPORARY DEFAULT: dbfile using Derby  -->
+      <!-- 
       <inboxRepository>
          <repository destinationURL="dbfile://maildb/inbox/" type="MAIL"/>
       </inboxRepository>
-      <!-- TEMPORARY DEFAULT: dbfile using Derby  -->
+      -->
 
       <!-- Alternative inbox repository definition for mbox use. -->
       <!-- This method uses UNIX standard mbox files and is meant for people using mbox files -->
@@ -1235,11 +1233,10 @@
 
       <!-- Default: File-based user repositories  Use these configurations to store user info in the filesystem  -->
       <!-- The LocalUsers repository, for storing James' User info. -->
-      <!--
       <repository name="LocalUsers" class="org.apache.james.userrepository.UsersFileRepository">
          <destination URL="file://var/users/"/>
       </repository>
-      -->
+
 
       <!-- Database backed user repositories -->
       <!-- -->
@@ -1248,11 +1245,11 @@
       <!--       in the <database-connections> configuration section. -->
 
       <!-- The LocalUsers repository, for storing James' User info. -->
-      <!-- TEMPORARY DEFAULT: db using Derby  -->
+      <!-- 
       <repository name="LocalUsers" class="org.apache.james.userrepository.JamesUsersJdbcRepository" destinationURL="db://maildb/users">
          <sqlFile>file://conf/sqlResources.xml</sqlFile>
       </repository>
-      <!-- TEMPORARY DEFAULT: db using Derby  -->
+      -->
 
       <!-- This is an example configuration including configuration for a list server. -->
       <!-- CHECKME: before uncommenting this, edit the configuration file's contents   -->



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