Re: [Exim] Retry question

Top Page
Delete this message
Reply to this message
Author: Tim Jackson
Date:  
To: exim-users
Subject: Re: [Exim] Retry question
Hi Ron, on Mon, 06 Oct 2003 14:36:41 +0100 you wrote:

> So when you know a server has been down/unavailable for a while and you
> want to kick off all the outstanding deliveries for that server how do
> you do it.


Just start a queue runner (exim -q). Assuming you have regular queue
runners set up (surely you do?), the queued messages would have been
delivered automatically the next time a queue runner started. But if you
want to start pushing them out without waiting for the next queue runner
time, just manually start a queue runner going. (You effectively did this
when you restarted the Exim daemon, though restarting the daemon itself
wasn't necessary)


Tim