serge 02/03/11 06:35:40
Modified: src/conf james-config.xml
Log:
Added delivery threads setting and some documentation into what exactly the other
settings mean.
Revision Changes Path
1.21 +6 -2 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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- james-config.xml 10 Mar 2002 22:20:04 -0000 1.20
+++ james-config.xml 11 Mar 2002 14:35:40 -0000 1.21
@@ -13,8 +13,8 @@
CONFIRM? comment in the left
margin.
- This is $Revision: 1.20 $
- Committed on $Date: 2002/03/10 22:20:04 $ by: $Author: serge $
+ This is $Revision: 1.21 $
+ Committed on $Date: 2002/03/11 14:35:40 $ by: $Author: serge $
-->
<config>
@@ -186,8 +186,12 @@
<mailet match="All" class="RemoteDelivery">
<outgoing> file://var/mail/outgoing/ </outgoing>
<!-- <outgoing> db://conf/mail-outgoing.properties </outgoing> -->
+ <!-- Number of milliseconds between delivery attempts -->
<delayTime> 21600000 </delayTime>
+ <!-- Number of failed attempts before returning to the sender -->
<maxRetries> 5 </maxRetries>
+ <!-- The number of threads that should be trying to deliver outgoing
messages -->
+ <deliveryThreads> 1 </deliveryThreads>
</mailet>
</processor>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>