johnny what do you mean with "the cron scripts are already setup be default"?
did it actually put in those values in the crontab?
for example:
0 2 * * * php /var/www/itflow.example.com/cron.php examplekeyexamplekeyexamplekey
* * * * * php /var/www/itflow.example.com/cron_ticket_email_parser.php examplekeyexamplekeyexamplekey
* * * * * php /var/www/itflow.example.com/cron_mail_queue.php examplekeyexamplekeyexamplekey
because when I ran crontab -l
, I got no crontab setup for this user yet.