You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Alex Grivnin <al...@orsus.com> on 2004/01/21 09:35:35 UTC

Send Retries

 Hello,
 
 I'm new in the list and need a help/suggestion.

 If James fails to send a message because of an unavailable host, it does not follows the retries specification from config.xml. 
 After the first attempt it sends to the log - "RemoteDelivery: Temporary exception delivering mail ...", stores the message in "var/mail/outgoing/" folder and does not try to send it again.

 But restarting the server, it pick ups stored message and tries to resend it a required number of times. 

  Please, please help.


 Thanks in advance,

 Alex Grivnin,
 Orsus Solutions

-- 

 P.S. Some info:

  We use James 2.1.2 with Phoenix 4.0.3 running within JBoss 3.0.6 app server. 

  Config.xml mailet section:

  <mailet class="RemoteDelivery" match="All">
	<outgoing> file://var/mail/outgoing/ </outgoing>
	<delayTime> 30000 </delayTime>
	<maxRetries> 5 </maxRetries>
	<deliveryThreads> 1 </deliveryThreads>
	<passThrough> false </passThrough>
	<gateway>evyatar.il.orsus.org</gateway>
  </mailet>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Send Retries

Posted by Vincenzo Gianferrari Pini <vi...@praxis.it>.
As James 2.1.2 is quite old, I suggest you to upgrade at least to James 2.1.3 (latest "stable") or even better 2.2.0ax (the current release under development has also several fixes applied, and works quite well).

Vincenzo

> -----Original Message-----
> From: Alex Grivnin [mailto:alexg@orsus.com]
> Sent: mercoledì 21 gennaio 2004 9.36
> To: James Users List
> Subject: Send Retries
> 
> 
>  Hello,
>  
>  I'm new in the list and need a help/suggestion.
> 
>  If James fails to send a message because of an unavailable host, it does not follows the retries specification from config.xml. 
>  After the first attempt it sends to the log - "RemoteDelivery: Temporary exception delivering mail ...", stores the 
> message in "var/mail/outgoing/" folder and does not try to send it again.
> 
>  But restarting the server, it pick ups stored message and tries to resend it a required number of times. 
> 
>   Please, please help.
> 
> 
>  Thanks in advance,
> 
>  Alex Grivnin,
>  Orsus Solutions
> 
> -- 
> 
>  P.S. Some info:
> 
>   We use James 2.1.2 with Phoenix 4.0.3 running within JBoss 3.0.6 app server. 
> 
>   Config.xml mailet section:
> 
>   <mailet class="RemoteDelivery" match="All">
> 	<outgoing> file://var/mail/outgoing/ </outgoing>
> 	<delayTime> 30000 </delayTime>
> 	<maxRetries> 5 </maxRetries>
> 	<deliveryThreads> 1 </deliveryThreads>
> 	<passThrough> false </passThrough>
> 	<gateway>evyatar.il.orsus.org</gateway>
>   </mailet>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org