charlesb    01/06/27 09:03:24

  Modified:    proposals/noparse-mimemessage/conf james-config.xml
  Log:
  update config file in proposal
  
  Revision  Changes    Path
  1.3       +8 -5      
jakarta-james/proposals/noparse-mimemessage/conf/james-config.xml
  
  Index: james-config.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-james/proposals/noparse-mimemessage/conf/james-config.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- james-config.xml  2001/06/27 15:41:32     1.2
  +++ james-config.xml  2001/06/27 16:03:23     1.3
  @@ -13,8 +13,8 @@
       CONFIRM? comment in the left
       margin.
   
  -    This is $Revision: 1.2 $
  -    Committed on $Date: 2001/06/27 15:41:32 $ by: $Author: charlesb $
  +    This is $Revision: 1.3 $
  +    Committed on $Date: 2001/06/27 16:03:23 $ by: $Author: charlesb $
   -->
   <config>
   
  @@ -170,7 +170,8 @@
           <processor name="error">
             <!-- Logs any messages to the repository specified -->
             <mailet match="All" class="ToRepository">
  -            <repositoryPath> db://EML_Spool/error</repositoryPath>
  +            <repositoryPath> file://var/mail/error/</repositoryPath>
  +            <!-- <repositoryPath> db://EML_Spool/error</repositoryPath>-->
               <!-- <repositoryPath> town://mail-error </repositoryPath>-->
               <passThrough> true </passThrough>
             </mailet>
  @@ -224,7 +225,8 @@
             using delay time to retry delivery and the maximum number of
             retries -->
             <mailet match="All" class="RemoteDelivery">
  -            <outgoing> db://EML_Spool/outgoing </outgoing>
  +            <outgoing> file://var/mail/outgoing/ </outgoing>
  +            <!-- <outgoing> db://EML_Spool/outgoing </outgoing>-->
               <!-- <outgoing> town://mail-outgoing </outgoing>-->
               <delayTime> 21600000 </delayTime>
               <maxRetries> 5 </maxRetries>
  @@ -255,7 +257,8 @@
   
             <!-- Out of the box, this will log the message to a repository -->
             <mailet match="All" class="ToRepository">
  -            <repositoryPath>db://EML_Spool/spam</repositoryPath>
  +            <repositoryPath>file://var/mail/spam/</repositoryPath>
  +            <!-- <repositoryPath>db://EML_Spool/spam</repositoryPath> -->
               <!-- <repositoryPath> town://spam </repositoryPath> -->
             </mailet>
           </processor>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to