devinsolutions / docker-osticket

Alpine-based osTicket image with Nginx and PHP-FPM.
https://hub.docker.com/r/devinsolutions/osticket
MIT License
46 stars 57 forks source link

Emails not being downloaded - Missing Cronjob #58

Open MetricMoose opened 9 months ago

MetricMoose commented 9 months ago

In order for email processing to work, I had to enter the container, use crontab -e to edit the list of cronjobs and add the following line:

*/1 * * * * php /var/www/html/api/cron.php

pedroponte commented 2 months ago

Same here, cronjob doesn't seem to be fetching any emails, even with docker env var CRON_INTERVAL set to "5" min.