Feng Forum

Support => Installation problems => : fcoauga September 11, 2009, 08:51:40 PM

: [1.5.3] POP3 or IMAP email not received; PHP setup?
: fcoauga September 11, 2009, 08:51:40 PM
Hey!

I know that there is a few topics with very similar problem, but I need explain it on a new thread...

Perhaps is near the moment when the childboards for the forum are necesary (mail, reports, gelsheet, ...  ::)

My problem is the next: checking 1 mail account for my provider (the same that hosting my opengoo installation) and 1 mail account from gmail (either pop & imap) only receive errors.

The same tests over my local installation of opengoo works fine (and with Thunderbird, of course).

No problem with smtp.

Sockets with my provider seem be ok

:
Registered Stream Socket Transports: tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
You can check here my installation phpinfo (http://www.byrnet.info/og/phpinfo.php)

The relevant lines on my php.debug are:

#1 ERROR: Error: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://pop.gmail.com:995 (Connection timed out) in '/var/www/vhost/byrnet.info/home/html/og/library/PEAR/Net/Socket.php' on line 136 (error code: 2)
#1 ERROR: Error: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to 217.76.150.229:110 (Connection timed out) in '/var/www/vhost/byrnet.info/home/html/og/library/PEAR/Net/Socket.php' on line 136 (error code: 2)
#2 ERROR: Error: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://imap.gmail.com:993 (Connection timed out) in '/var/www/vhost/byrnet.info/home/html/og/library/PEAR/Net/Socket.php' on line 138 (error code: 2)
Searching the web I find this:

The socket will by default be opened in blocking mode. You can switch it to non-blocking mode by using stream_set_blocking().

Could be?

: Re: [1.5.3] POP3 or IMAP email not received; PHP setup?
: fcoauga September 29, 2009, 05:51:17 PM
Trying to solve my problems I had installed opengoo [1.5.3] in various server with this  ??? results:

opengoo installed on:local: easyPhppaid: arsys.comfree: 000webhostfree: heliohostfree: hostcell






byrnet.info pop3okneverinstallation failedokok
byrnet.info imapokneverinstallation failednevernever
gmail pop3okneverinstallation failednevernever
gmail imapokneverinstallation failednevernever

note 1: byrnet.info is my domain located over the provider arsys
note 2: the 000webhost new installation (1.5.3) failed because the error 'missing.lang' and others appears (this old topic talks about this, I think (http://forums.opengoo.org/index.php?topic=409.0). I had this problem in other local installations and solve it with some solution located in this forum, but nothing is good on 000webhost  >:(

I think that the developer team has a hard work with the email module. ;)

What we need check onthe server for the mail module? :-\