Hi @smcs
You have to have your system cron run the following
* 0 * * * php /var/www/itflow/cron.php AZF2245DH3445345FSGJHHKJBNZXA >/dev/null 2>&1
replace with your path to cron.php and your key
Add that to your crontab and that will make sure it runs at midnight every night
and make sure you also add cronticketparse.php if you are going to use the mail integration here
* * * * * php /var/www/itflow/cronticketparse.php AZF2245DH3445345FSGJHHKJBNZXA >/dev/null 2>&1