Re: system crontab

2006-10-28 Thread Martin Hepworth
This will happen regularly anyway. If you want to shorten this time, look in the exim "/usr/local/etc/exim/configure" file for how to shorten/change timeout delays then you won't need to do this. -- martin On 10/27/06, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: Hello, I would like to daily r

Re: system crontab

2006-10-27 Thread Jonathan Arnold
Zbigniew Szalbot wrote: Hello, I would like to daily run a certain script that cleans exim's queue from frozen messages: sudo exiqgrep -i -z | sudo xargs -L 1 exim -Mrm I have created a file called rm_frozen_msg.sh, gave it appropriate permissions and then installed it in my user crontab. B

system crontab

2006-10-27 Thread Zbigniew Szalbot
Hello, I would like to daily run a certain script that cleans exim's queue from frozen messages: sudo exiqgrep -i -z | sudo xargs -L 1 exim -Mrm I have created a file called rm_frozen_msg.sh, gave it appropriate permissions and then installed it in my user crontab. Because it did not work I