- Edited
I am trying to get email into tickets working. If I am logged into osTicket it pulls just fine. I have setup a cron file, and imported into crontab, but it is not working. I am sure its an issue on my end as i am not very versed with cron/ CLI. here is what i have...ostcron.txt containing*/1 * * * * nobody /usr/bin/php /Library/Server/Web/Data/Sites/Default/support/api/cron.phpthe paths are correct for the location of php and cron.phpin terminal i then ran crontab /Library/Server/Web/Data/Sites/Default/support/ostcron.txtwhen i do a crontab -l i get the result:*/1 * * * * nobody /usr/bin/php /Library/Server/Web/Data/Sites/Default/support/api/cron.phpI am running this on MAC OS X Server 3.2.1Anyone see something glaring?