Admin-Ahead Community

Linux => Control Panels => DirectAdmin => Topic started by: lathu_official on December 29, 2013, 12:41:15 pm

Title: Error connecting to IMAP server: localhost. 115 : Operation now in progress
Post by: lathu_official on December 29, 2013, 12:41:15 pm
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..