Sometimes shit happens and sox queue is filling up with mails with status 
'failed'.
"aox flush queue" does not help in this case.
You have to do something like:
---
select * from delivery_recipients where status != '';
update delivery_recipients set last_attempt = NULL, action = 2 where action = 1;
select * from delivery_recipients where status != '';
# restart aox
---
It would be nice to have an option (-f) to force flushing of all queued mail, 
like the help suggests:
"Instructs the running server to try to deliver all spooled mail to the smart 
host."

Axel
---
PGP-Key:29E99DD6  ☀ +49 151 2300 9283  ☀ computing @ chaos claudius

Reply via email to