ichilver Posted January 1, 2016 Share Posted January 1, 2016 Hi Help please what have I got wrongly set up? Inside WHMCS I have a Support Department setup called support and the POP3 information set hostname - pop.xxxx.com pop3 port - 995 email address - support@xxxx.com email pass - ****** Using Live Mail as a tester I can confirm the credentials work fine. However when I run the pop.php script all I get is the below user@whmcs:~# php -q /var/www/crons/pop.php POP Import Log Date: 01/01/2016 13:00:54 --- Host: pop.xxxx.com<br>Email: support@xxxx.com<br>user@whmcs:~# And no email is fetched or processed, and there is "support" emails in the mailbox. The mail provider only provides SSL POP3. Is there any logging I can turn on to see errors? Nothing in the WHMCS logs (Activity, Admin, Module, import) Does the pop.php actually support POP3 SSL? I've ruled out firewall problems as the firewall has been turned off, for testing purposes. Any suggestions?? I'm running WHMCS 6.2.0 on Ubuntu 14LTS with PHP 5.5.9 and Apache2, and yes php-imap is installed. phpinfo() reports protocols supported are pop3 and pop3s 0 Quote Link to comment Share on other sites More sharing options...
nimonogi Posted January 1, 2016 Share Posted January 1, 2016 Do you get any errors under Help > Health & Updates? 0 Quote Link to comment Share on other sites More sharing options...
gupi Posted January 2, 2016 Share Posted January 2, 2016 (edited) Can you trace the connections on the POP email server ? Assuming is a different machine, can you issue a command like tail -f /var/log/maillog (or similar) and see if the WHMCS machine is actually connecting ? Edited January 2, 2016 by gupi 0 Quote Link to comment Share on other sites More sharing options...
ichilver Posted January 2, 2016 Author Share Posted January 2, 2016 Hi Sorted!!!! Didn't realise there was two php.ini files. One for Apache and for CLI. I had enabled IMAP module for Apache but not in the CLI php.ini. Shame there was no errors displayed that functions couldn't be found extra, otherwise I would have realised the error of my ways. Thanks for your replies.... Much appreciated. :-D 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.