Error connecting to IMAP server: localhost.

chow

Verified User
Joined
Aug 27, 2003
Messages
125
Location
The Netherlands
Hi,

After the last update squirrelmail should be installed. However when I try to logon to squirrelmail I get the following error:

Error connecting to IMAP server: localhost.
111 : Connection refused

Command service xinetd restart doesn't work. After rebooting the server still the same error. I suppose I need to install xinetd and imap myself. Is there anyone who can confirm this??

Regards
 
UltimeWWW said:
Restart xinetd.

I did, service xinetd restart gives

xinetd: unrecognized service

As I mentioned before I already rebooted the server which should be enough also.
 
I have same problem. tried restarting xinetd which restarts fine:

Code:
 service xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
 
Hello:

Chow: doesn't look like you have xinetd installed. Either get an xinetd rpm or type:
Code:
up2date -u xinetd
John
 
Back
Top