Hi All,I'm new to osTicket, I'd like to try it, but I'm ran into a problem right after installation that I can't solve.I read everything I fount on 'osTicket e-mail problem' topic here and all over the net, but I can't find any usable solution.The problem: I would like to setup POP3 e-mail fetch and outgoing SMTP for an e-mail address, without success.I always get the following error in SCP at the top:Warning: imap_open(): Couldn't open stream {mail.grendsystem.hu/pop3}INBOX in /usr/local/www/osticket/include/class.mailfetch.php on line 139andInvalid login. Check POP settingsTLS/SSL failure for mail.grendsystem.hu: SSL negotiation failedin the upper region and in the middle of form.I don't want to use TLS/SSL, my mail server (running on another machine) using plain POP3 on standard port 110.The account info I entered is working fine, I tested it with webmail and with telnet from the osTicket machine.If this matters: the user name is the e-mail address (with a @ in the middle).I also tried IMAP without success, too.As you can see, I already modified the PHP code (moved /novalidate-cert after /ssl) with no luck.When the error show up, the username and password I entered revert back to my admin account's username/password data, and my entered credentials not saved. I can't check that the correct name/pass is in use for the test.My environment for osTicket:- FreeBSD 9.2-RELEASE i386- osTicket v1.8.0.2- Apache/2.2.25 (FreeBSD) PHP/5.4.21 SVN/1.8.4 mod_ssl/2.2.25 OpenSSL/1.0.1e DAV/2- PHP: 5.4.21- MySQL: 5.1.72- all req'd extensions availableWhere to start over to solve this problem?