Author: eric
Date: Tue Aug 14 14:17:24 2012
New Revision: 1372900
URL: http://svn.apache.org/viewvc?rev=1372900&view=rev
Log:
Fix remote delivery delay in template configuration (JAMES-1429)
Modified:
james/app/trunk/src/main/resources/mailetcontainer-template.conf
Modified: james/app/trunk/src/main/resources/mailetcontainer-template.conf
URL:
http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/mailetcontainer-template.conf?rev=1372900&r1=1372899&r2=1372900&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/mailetcontainer-template.conf (original)
+++ james/app/trunk/src/main/resources/mailetcontainer-template.conf Tue Aug 14
14:17:24 2012
@@ -473,13 +473,17 @@ Regards, Postmaster XXX.YYY
<!-- Delivery Schedule based upon RFC 2821, 4.5.4.1 -->
<!-- 5 day retry period, with 4 attempts in the first
hour, two more within the first 6 hours, and then
- every 6 hours for the rest of the period. -->
+ every 6 hours for the rest of the period.
+ This format is not yet supported, instead, use a unique
+ tag with the list of delays in milliseconds separated by
commas.
<delayTime>5 minutes</delayTime>
<delayTime>10 minutes</delayTime>
<delayTime>45 minutes</delayTime>
<delayTime>2 hours</delayTime>
<delayTime>3 hours</delayTime>
<delayTime>6 hours</delayTime>
+ -->
+ <delayTime>5000, 100000, 500000</delayTime>
<maxRetries>25</maxRetries>
<!-- The max reties which will used if no A or MX record for the
domain was found. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]