Hi, On Wed, May 20, 2009 at 13:01, Bob Hoffman <bob at bobhoffman.com> wrote: > And the cron log will say > ------------------------------- > "May 18 18:56:01 mail crond[3919]: (*system*) BAD FILE MODE > (/etc/cron.d/sa-update)" > ------------------------------- The file /etc/cron.d/sa-update must *NOT* have executable permissions, otherwise cron will not use it. Change it to 644 and it should work (at least that part). HTH, Filipe