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 2010/03/26 20:01:49 UTC

svn commit: r928018 - /james/server/trunk/spring-deployment/src/main/config/james/James.xml

Author: norman
Date: Fri Mar 26 19:01:49 2010
New Revision: 928018

URL: http://svn.apache.org/viewvc?rev=928018&view=rev
Log:
remove inboxes config.. we use mailboxmanager (JAMES-983)

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/James.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/James.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/James.xml?rev=928018&r1=928017&r2=928018&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/James.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/James.xml Fri Mar 26 19:01:49 2010
@@ -24,56 +24,6 @@
     <!-- If this is set to a non-local email address, the mail server -->
     <!-- will still function, but will generate a warning on startup. -->
     <postmaster>Postmaster@localhost</postmaster>
-
-
-    <!-- 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>" -->
-    <!-- <data-source> is the datasource name set up in the database-connections block, below -->
-    <!-- <table> is the name of the table to store user inboxes in -->
-    <!-- The user name is used as <repositoryName> for this repository config. -->
-    <!--
-    <inboxRepository>
-       <repository destinationURL="db://maildb/inbox/" type="MAIL"/>
-    </inboxRepository>
-    -->
-
-    <!-- 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>
-
-    <!-- Alternative inbox repository definition for mbox use. -->
-    <!-- This method uses UNIX standard mbox files and is meant for people using mbox files -->
-    <!-- with systems such as mail list archive displayers -->
-    <!-- Note that dot-locking is not currently supported -->
-    <!-- so network (write) accesses may cause mbox corruption -->
-    <!-- the sample mbox URL is an absolute URL; mbox:///var/mail will put the users mbox files in /var/mail/-->
-    <!--
-    <inboxRepository>
-        <repository destinationURL="mbox:///var/mail/" type="MAIL"/>
-    </inboxRepository>
-    -->
-    <!-- Experimental IMAP support
-    <inboxRepository>
-        <repository destinationURL="mailboxmanager://#mail/" postfix=".INBOX" translateDelimiters="true" type="MAIL" />
-    </inboxRepository>
-    -->
-      
-    <!-- JCR Support
-    <inboxRepository>
-        <repository destinationURL="jcr://james:inbox/" type="MAIL"/>
-    </inboxRepository> 
-    -->
     
     <!-- Set to true to support virtualHosting. If virtualHosting support is enabled the server will accept thread every user independ on -->
     <!-- domain level. -->



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