Hi guys!
So far so good, install was smooth and configuration seems good except setting up the email function.
My Details:
Windows Server 2008 R2
XAMPP Control Panel v3.2.1
osTicket 1.7.0
The steps I have taken to resolve the problem:
The first error message I got was " IMAP connection broken (server response)"
I commented out the following line in include\class.mailfetch.php
$this->srvstr.='/novalidate-cert}';
changed to
//$this->srvstr.='/novalidate-cert}';
Now I receive the following error "Can't open mailbox {mail.ctcco.com/imapINBOX: invalid remote specification"
I suspect that the program is adding extra garbage at the end of the request to the server?
Any ideas?