Webmail problems

snaaps

Verified User
Joined
Jan 29, 2005
Messages
226
Location
Netherlands
Hello,

I have update a server with the custombuild.
Before update: apache 1.3, VMpop3, PHP4
After update: apache 2.2, Dovecot, php4 in cli, PHP5 in CGI

Also I have updated opensll with te update script from weal.
Now all webmail clients don,t work anymore.

SquirrelMail error after login:
Error connecting to IMAP server: localhost.
115 : Operation now in progress

Webmail errorafter login:
ERROR (2): fsockopen() [function.fsockopen]: unable to connect to localhost:110 (/var/www/html/webmail/inc/class.uebimiau_mail.php:80)

I have tried to run custombuild again
Tried reinstall SquirrelMail

Nothings works, anybody a sugestion to get this back to work?
 
It should be connecting to imap port not pop3 port.

Change it to 143 instead of 110.
 
Well you have a firewall or something blocking the port. Make sure your php has imap support.
 
Hello,

php imap support is not required for the scripts we install.
All scripts have their own internal imap/pop protocols (much simpler that way)

Regarding the issue, my first guess would be this a missing "localhost" in the /etc/hosts file.
http://help.directadmin.com/item.php?id=243

If that's not it... a less likely issue could be a filedescriptor limit issue.
If the issue is related to FDs, then solution 2 of this guide would be a quick way to find out (by removing the ErrorLog entires). This free's up more sockets, allowing webmail to connect out.
http://help.directadmin.com/item.php?id=9

John
 
Back
Top