Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Error connecting to IMAP server: localhost. 115 : Operation now in progress  (Read 3348 times)

0 Members and 1 Guest are viewing this topic.

lathu_official

  • Guest
This error seems to be caused by a bug in php:

[Wed May 12 15:48:08 2004] [error] PHP Warning:  fsockopen(): unable to connect to
localhost:143 in /var/www/html/squirrelmail-1.4.2/functions/imap_general.php on line 454



Soln: Try recompiling everything from "clean".



cd /usr/local/directadmin/customapache
rm -f configure.*
./build clean
./build update
./build all
/sbin/service httpd restart

(or "/usr/local/etc/rc.d/httpd restart" for FreeBSD)


---------
Thanks..