Having difficulty finding this solution by searching. I've read that someone posted how to do this but I was unable to find that thread.
I'm looking to utilize email piping with the osTicket installation on the webserver with the email accounts residing on our on-premise Microsoft exchange server. Each email account has been created and are functional. Currently, I am creating tickets/updates on behalf of the customer using the "create ticket" and "internal notes".
I am trying to enable POP (or IMAP) with the following settings:
• Status: Enabled
• Host: webmail.domain.com
• Port: 995
• Protocol: POP
• Encryption: None
• Fetch Frequency: 5 minutes
• Emails per Fetch: 10
• Fetched Emails: Do Nothing
However, I receive the following errors:
• Warning: imap_open(): Couldn't open stream {webmail.domain.com/pop3/novalidate-cert}INBOX in /home3/user/public_html/ticket/include/class.mailfetch.php on line 142
• Connection failed to webmail.domain.com,995: Connection timed out
Questions:
1. Does that warning message have any impact on functionality?
2. Am I using the correct port?
3. Is there something I'm missing?