Hello,
I am trying to set up osTicket on my server. I have configured all of the IMAP and SMTP settings, but am still having a fetch problem.
I am able to fetch mail by the auto-cron technique, but am not able to fetch mail through cron.php. When I run cron.php, I get this Mail Fetch Error:
PHP must be compiled with IMAP extension enabled for IMAP/POP3 fetch to work!
When I run phpinfo() on my server, imap is listed with the rest of the modules.
What I can't figure out is why would mail fetching work with auto-cron but not with cron.php?
Any information you can provide is appreciated. Thank you!