View Single Post

  #1 (permalink)  
Old 03-02-2008
Thomas Anders
 
Posts: n/a
Default Problem with postalias and cron

Hi,
I have a problem running postalias by a cron job. I use the following
line:

20 0 * * * postalias /services/spammail

Where spammail is a file with the anti-spam email-adresses generated
daily. My problem is, that the command has no effect. When I set

20 0 * * * touch /test.txt

instead, I have a file test.txt the next morning, so I think cron is
working correctly.

Is any problem running postalias from cron known?

Thanks,
Thomas
Reply With Quote