Upgrade to Apache2 broke Webmail and Perl?

mmerlin

Verified User
Joined
Jul 26, 2004
Messages
75
Location
Melbourne, Australia
I upgraded to Apache2 by following this page here

http://www.directadmin.com/features.php?id=441


And now both webmail pages are failing to let people login.


Squirrelmail gives these errors when someone tries to login to webmail

PHP:
Warning: fsockopen(): unable to connect to localhost:143 
in /var/www/html/squirrelmail-1.4.2/functions/imap_general.php on line 454

Error connecting to IMAP server: localhost.
115 : Operation now in progress


Uebimiau gives these errors when someone tries to login to webmail

PHP:
Warning: Header may not contain more than a single header, new line detected. 
in /var/www/html/webmail/inc/inc.php on line 145

Warning: fsockopen(): unable to connect to localhost:110 
in /var/www/html/webmail/inc/class.uebimiau_mail.php on line 66

Warning: Cannot modify header information - 
headers already sent by (output started at 
/var/www/html/webmail/inc/inc.php:145) in /var/www/html/webmail/msglist.php on line 21
These issues may be the same ones mentioned here:
http://www.directadmin.com/forum/showthread.php?threadid=12897



And also, it seems that Perl has changed.

I have a site which uses Perl to connect to another site for WHOIS lookups, but now it returns this error message:
PHP:
Connect failed to: {name of the whois server}

If anyone has any suggestions as to where I should start looking, it would be greatly appreciated.
 
Back
Top