Sudo crontab -e and i see the job configured
-
/etc/cron.d/itflow and i see the job with cronkey
Have your cron job in one, or the other. Don't have it in both. I'd suggest /etc/cron.d/itflow myself.
Remove the cronkey, we don't use that anymore.
Take away the sudo -u
, you just need the time, name of the user and the command to run, e.g.:
0 2 * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron.php
Is the nightly cron job running?
Add the following to the ned of the mail queue job: 2>&1 | logger -t itflow-mailqueue
and then grep your syslog for itflow-mailqueue