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 ba...@apache.org on 2006/10/14 18:53:49 UTC

svn commit: r463981 - /james/server/sandbox/imap-integration/src/conf/james-config.xml

Author: bago
Date: Sat Oct 14 09:53:47 2006
New Revision: 463981

URL: http://svn.apache.org/viewvc?view=rev&rev=463981
Log:
Remove class declaration for mailbox manager configuration (it should not be needed)

Modified:
    james/server/sandbox/imap-integration/src/conf/james-config.xml

Modified: james/server/sandbox/imap-integration/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-integration/src/conf/james-config.xml?view=diff&rev=463981&r1=463980&r2=463981
==============================================================================
--- james/server/sandbox/imap-integration/src/conf/james-config.xml (original)
+++ james/server/sandbox/imap-integration/src/conf/james-config.xml Sat Oct 14 09:53:47 2006
@@ -101,9 +101,7 @@
       -->
        
       <inboxRepository>
-         <repository destinationURL="mailboxmanager://users/" type="MAIL">
-             <mailboxmanager class="org.apache.james.mailboxmanager.torque.TorqueMailboxManagerProvider" />
-         </repository>   
+         <repository destinationURL="mailboxmanager://users/" type="MAIL" />
       </inboxRepository>
    </James>
    <mailboxmanager>
@@ -1049,6 +1047,9 @@
             <types>
                <type>MAIL</type>
             </types>
+            <config>
+               <sqlFile>file://conf/mailboxManagerSqlResources.xml</sqlFile>
+            </config>
          </repository>
          <!-- File based repositories.  These repositories store all message data -->
          <!-- in the file system. -->



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