Jump to content

POP3 Importer with SSL - not working


ichilver

Recommended Posts

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:
<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

Link to comment
Share on other sites

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 by gupi
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated