|
Hi All!
We have an application that connects with a POP3
mail server using imap functions, but we are not able to connect with the
server, so the following code line is not working properly.
$mbox =
@imap_open("{mail.consulintel.es/pop3:110/notls}", "********",
"*********");
We are completely sure about the mail account
(login and password), that is not the problem.
The web server is a RH 9.0 with Apache
2.0.40 and PHP 4.2.2. PHP has IMAP support (from
phpinfo()):
'--with-imap=shared' '--with-imap-ssl' '--with-kerberos=/usr/kerberos' The error showed is: could not open stream, and
we have sniffed the network and seen POP3
packets: the POP3 connection is opened, and the PHP code asks for CAPA, when
receives the server capabilities (TOP & UIDL) just send a QUIT
message.
We don't know how to solve this problem and we are
already desperate so we would be very grateful if you could help
us.
Thanks in advance,
Miguel Angel
***************************** Madrid 2003 Global IPv6 Summit Presentations and videos on-line at: http://www.ipv6-es.com |
