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 se...@apache.org on 2002/12/26 06:16:01 UTC

cvs commit: jakarta-james/src/conf james-config.xml

serge       2002/12/25 21:16:01

  Modified:    src/conf Tag: v2-1-pop3file james-config.xml
  Log:
  Point to the new James implementation of the file repositories that don't number and denumber.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.38.2.1  +4 -4      jakarta-james/src/conf/james-config.xml
  
  Index: james-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
  retrieving revision 1.38
  retrieving revision 1.38.2.1
  diff -u -r1.38 -r1.38.2.1
  --- james-config.xml	8 Nov 2002 23:34:14 -0000	1.38
  +++ james-config.xml	26 Dec 2002 05:16:00 -0000	1.38.2.1
  @@ -165,7 +165,7 @@
            <mailet match="All" class="ToRepository">
               <repositoryPath> file://var/mail/error/</repositoryPath>
               <!-- An alternative database repository example follows. -->
  -            <!-- 
  +            <!--
               <repositoryPath> db://maildb/deadletter/error </repositoryPath>
               -->
               <passThrough> true </passThrough>
  @@ -663,7 +663,7 @@
      <!-- Defines file storage details that are used for file-based repositories. -->
      <objectstorage>
         <repositories>
  -         <repository class="org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Object_Repository">
  +         <repository class="org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository">
               <protocols>
                  <protocol>file</protocol>
               </protocols>
  @@ -677,7 +677,7 @@
               </models>
            </repository>
   
  -         <repository class="org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Stream_Repository">
  +         <repository class="org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository">
               <protocols>
                  <protocol>file</protocol>
               </protocols>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>