BlackDemon

Active Member
Jun 5, 2004
25
0
151
I got cpanel installed on a my P4 2.8. Was working great until I did all the cpanel, apache, whm updates & restarted. After that it constently fails. This is the error I'm getting.

Jun 24 01:31:20 web xinetd[15269]: libwrap refused connection to imap (libwrap=imapd) from 127.0.0.1
Jun 24 01:31:52 web xinetd[15312]: libwrap refused connection to imap (libwrap=imapd) from 127.0.0.1
Jun 24 01:34:36 web xinetd[15417]: libwrap refused connection to imap (libwrap=imapd) from 127.0.0.1


any ideas?
 

nsz

Well-Known Member
Apr 28, 2004
49
0
156
You guys ever get this fixed? Having the same issue on one box.

Thanks,
 

meganet

Well-Known Member
Mar 28, 2005
46
0
156
Here is what I get when accessing Squirrel or Horde:
ERROR
Error connecting to IMAP server: localhost.
111 : Connection refused
Go to the login page

Also, I can't startup the Imap service. Does IMAP "need" to run in order to use the webmail clients?
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
Do the following:
vi /etc/xinetd.d/imap
It should look like this:

Code:
# Converted by inetdconvert
service imap
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/local/cpanel/3rdparty/bin/imapd
disable = no
Restart IMAP via the WHM and should work.

If that doesn' work, double check and make sure the entries in:

/etc/hosts.deny
and
/etc/hosts.allow

are correct and nothing block IMAPD from accessing 127.1.1..0

Hope this helps!
 
Last edited:

silversurfer

Well-Known Member
Dec 29, 2002
274
0
168
Yes. Cpanel appears to have done something again that breaks it. In the process list, we now see 30-40 imap processes spawned.

Anyone knows what?

The servers are on 10.4 C154 and automatic updates is disabled.