Fatal error: Call to undefined function: imap_open() in /var/www/html/... ... /modules/mailhandler/mailhandler.module on line 17

I am running Mandrake 2005 LE (10.2)
I have seen the following in the httpd2.conf: LoadModule imap_module modules/mod_imap.so

On a Php Info Test Page, under the heading of apache2handler I see the following: mod_imap

I have added ports 110, 143 to my shorewall firewall that the drupal server resides.

Have I have met the requirements for "The IMAP dynamic extension must be enabled." If not, any direction on my next step? If so, what else could be the problem?

Thanks!!

Comments

killes@www.drop.org’s picture

Status: Active » Closed (works as designed)

If imap_open is not defined thn something is wrong with your imap extension.

IMAP c-Client Version is what you should see on the phpinfo page.

robclay’s picture

Thanks... I am getting closer...

(Using Mandrake - type at a command line "URPMI php_imap" and then restart Apache. :))

Now I get....
warning: imap_open(): Couldn't open stream {something.com:110}INBOX in /var/www/html/something/html/modules/mailhandler/mailhandler.module on line 17

robclay’s picture

Working now - added /notls in optional commands...

Thanks for the help!