[LUG.ro] Problemas con funciones imap de PHP

Omar Arino lugro@lugro.org.ar
Thu, 5 Jul 2007 9:54:46 -0300


Estoy intentando realizar una conexión utilizando las funciones imap de php. El problema está en que al querer abrir el mail box o un archivo local mail box me da siempre el mismos error:

imap_open() [function.imap-open]: Couldn't open stream

Verifique la configuración de apache y php y no encuentro el problema. Tengo instalado el módulo imap para php y el código del script funciona ya que lo pruebo en otro servidor corre bien.

El problema se me presenta en Kubuntu 7.04 (Apache 2 y PHP 5).
Los paquetes instalados son los siguientes
i   apache2                       - Next generation, scalable, extendable web server
v   apache2-modules               -
i   apache2-mpm-prefork           - Traditional model for Apache HTTPD 2.1
i   apache2-utils                 - utility programs for webservers
i   apache2.2-common              - Next generation, scalable, extendable web server
i   libapache2-mod-php5           - server-side, HTML-embedded scripting language (apache 2 module)
i   php5                          - server-side, HTML-embedded scripting language (meta-package)
i   php5-cgi                      - server-side, HTML-embedded scripting language (CGI binary)
i A php5-cli                      - command-line interpreter for the php5 scripting language
i   php5-common                   - Common files for packages built from the php5 source
i   php5-curl                     - CURL module for php5
i   php5-gd                                                - GD module for php5
i   php5-imagick                                           - ImageMagick module for php5
i   php5-imap                                              - IMAP module for php5
i   php5-ldap                                              - LDAP module for php5
i   php5-mysql                                             - MySQL module for php5
iB  php5-odbc                                              - ODBC module for php5
i   php5-pgsql                                             - PostgreSQL module for php5
i   php5-ps                                                - ps module for PHP 5
i   php5-pspell                                            - pspell module for php5
i   php5-tidy                                              - tidy module for php5
i   php5-xmlrpc                                            - XML-RPC module for php5
i   php5-xsl                                               - XSL module for php5
i   php-net-imap                    - PHP PEAR module implementing IMAP protocol

Alguien tiene una idea que puede estar pasando?

--
Omar Arino