serge       2002/12/29 15:12:39

  Modified:    src/conf james-config.xml
  Log:
  Point to the new James-tailored file repository that doesn't number and denumbers.
  
  Revision  Changes    Path
  1.39      +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.39
  diff -u -r1.38 -r1.39
  --- james-config.xml  8 Nov 2002 23:34:14 -0000       1.38
  +++ james-config.xml  29 Dec 2002 23:12:38 -0000      1.39
  @@ -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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to