Advait,

when am trying to login in my account i gives me following error.
*Warning*: fsockopen(): unable to connect to umail.mu.ac.in:143 in *
/srv/www/htdocs/mail/functions/imap_general.php* on line *454.*
Error connecting to IMAP server: umail.mu.ac.in.
111 : Connection refused

Try restarting the IMAP daemon
I guess SuSE Linux comes with UWIMap by default.

Check for this file /etc/xinetd.d/imap should read like : service imap
   {
       disable         = no
       socket_type     = stream
       protocol        = tcp
       wait            = no
       user            = root
       server          = /usr/sbin/imapd
       flags           = IPv4     }

Restart xinetd with following command.
rcxinetd restart;
It should work mostly if nothing else would have been broken.


Thanks & Regards,
Mitul Limbani,
Founder & CEO,
Enterux Solutions,
The Enterprise Linux Company (TM),
www.enterux.com

--
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to