On 2014-05-27, Ian Zimmerman <[email protected]> wrote:
> Hello,
>
> I am looking for a way to delay the _first_ delivery of queued messages.

> Exim has a complex configuration meachanism to specify how long to delay
> _retries_, but this seems to only apply once a message has had a
> (temporarily) failed delivery. 

it's worse than that, the wait time is cancelled on a successful delivery
so young messages could ride the coat-tails of older ones.

The best approach is probably to have two exims the first accepting mail
and the second doing deliveries and move the messages accross manually
when they are old enough  (see the "mailscanner" documentation for an
example of this)

/usr/bin/find  or exipick may be appropriat tools for finding the
mature ones.


-- 
umop apisdn


-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to