[imapfilter-devel] cron + imapfilter
David DeSimone
fox at verio.net
Fri Aug 27 06:30:30 EEST 2004
RJM Bardoel wrote:
> imapfilter is working perfect in commandline, but when I make a
> cron-job of it both imapfilter en crond are reaching high cpu-usage
cron problems are normally caused by a difference in the environment
between an interactive shell and a shell started by cron (normally
having almost no environment to start with). If your environment
requires a particular PATH setting or LD_LIBRARY_PATH or some other
setting, you need to set that in the script that is called by cron.
The program appears to be looping forever printing what is probably an
error message. Since you don't have that error message, it is hard to
say what the problem is. Maybe your script that calls imapfilter should
redirect the output to a file that you can locate to see what the
problem is.
--
David DeSimone || "It took me fifteen years to discover that I had no
Network Admin || talent for writing, but I couldn't give it up because
fox at verio.net || by that time I was too famous. -- Robert Benchley
More information about the Imapfilter-devel
mailing list