In my recent ITFlow installation (completed using the recommended script), I can view all the cron tasks via the terminal command sudo crontab -l, and I can observe them seemingly running every minute by using sudo tail -f /var/log/syslog | grep CRON.
However, I've encountered an issue where the cron tasks do not appear to be executing as expected. Specifically, I've configured everything for email ticketing, but no emails are being sent. When I check the email queue, I can see the emails listed with a status of "Queued."
I'm wondering if there might be something I've overlooked in my setup or if this issue could potentially be related to a bug?