Resolving the IMAP related problem
Please see the given below error .
=========================================================
I can’t log into my email address I keep getting this message Notice: Unknown(): Connection failed to localhost,143: Connection refused (errflg=2) in Unknown on line 0
=========================================================
This error comes generally due to not running imap service.
To resolve this error you need to run the below service in the shell.
===================
service xinetd restart
====================
IMAP is “Internet Message Access Protocol” it is generally started by xinetd service not by standalone service. So you have to restart the xinetd service . IMAP use 143 port. You can also run the above service to resolve the other IMAP (port 143) related problem.