On 22. januára 2025 11:54:51 UTC, Odhiambo Washington via Exim-users 
<exim-users@lists.exim.org> wrote:

>So is the correct retry I need written as F,1d,24h - to mean, retry every
>24hrs for 1d?

F,1d,24h:

+ F = retry at fixed intervals
+ 1d = retry for 1day, after that go to next definition or bounce
+ 24h = retry after every 24 hours

IMO, it can work, but will be less than optimal, as on any delivery
problem (even short time) at time of delivery will result in bounce.
I am not sure what will really happen, as end of retry time happens
in the same as first retry (1d = 24h), someone other must comment.

Anyway, you will want to retry multiple times. I would copy default
(on debian) retry times after that, adjusted to that first 24h delay,
eg.:

    F,1d,24h; F,2h,15m; G,16h,1h,1.5; F,3d,6h

regards


-- 
Slavko
https://www.slavino.sk/

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   exim-users-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to