Hi oSTicket Experts,
I know there is an old post about it but I would appreciate it if you could provide me with better direction. We have already installed the osTicket and it is now working except for the email fetching. Our email is hosted on hostgator. I have read on some of the threads that there's a need to adjust the "cron". I can provide screens on the Cpanel and Admin Panel of the osTicket if needed. I am bit confused on what exactly what I need to do. As much I would like to experiment on the settings, I would like to seek advise to avoid possible problem.
This is what I need to clarify,
Add the following entry to cron file normally in /etc/crontab in nix systems and adjust: the time; the webuser; and paths accordingly.
*/5 * * * * nobody /path/to/php /path/to/api/cron.php
/path/to/php = path to php of my hosting environment or path to php of my osTicket Server.
/path/to/api/cron.php = pwd on my osticket or web path (https://my.osticket.url/api/cron.php
Apologies for the confusion but I would really appreciate help.
Thanks!