Hello. I need a guide to configure osticket cron job to open tickets via Email.
I read many posts in the forum but i didn´t find the correct procedure
to configure cron job.
First, i unchecked the option "Enable cron call on staff's activity" in the settings panel and i ckecked the option "Enable POP/IMAP email fetch"
Second, i created a cron job in cPanel Pro 1.0 (RC1) with this entry: "/usr/bin/php /home/server/public_html/ticket/api/cron.php". I set the permissions of the cron.php file to 777
Third: In my cron.php this code is present:
<?php
@[deleted](realpath(dirname(__FILE__)).'/public_html/ticket/api/'); //Change dir.
require('api.inc.php');
require_once(INCLUDE_DIR.'class.cron.php');
Cron:();
Sys:(LOG_DEBUG,'Cron Job','External cron job executed ['.$_SERVER');
?>
But creating a ticket via E-Mail did not work. Any suggestions?.
I need a simple guide to configure properly the creation of tickets via email.
Thank you.-