MFaisal_i

Member
Nov 18, 2004
9
0
151
well, i am getting this error when i restart my imap service from WHM...

===============================================================
Waiting for inetd to restart.... . . . . . . . . . . finished.

inetd status

root 8252 0.0 0.0 2008 808 ? S 07:31 0:00 xinetd -stayalive -pidfile /var/run/xinetd.pid



inetd has failed, please contact the sysadmin.

===============================================================

tell me some solutions please...
 

hantraga

Registered
Dec 22, 2004
2
0
151
Help haw the same problem

hi.

I haw thath same problem
and myin looks like this :

[email protected] [/etc]# cat /etc/xinetd.d/imap
# Converted by inetdconvert
service imap
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = imapd
disable = no
}


Whm keaps sending an mail to me evry 10 min
chan som on help?
I haw tryed restarting services
 

hantraga

Registered
Dec 22, 2004
2
0
151
Solwed!

Haw solwd this on

the configurations file shuld look like this
i had /etc/xinted.d_old and an /etc/xinetd.d/
so i think ther wass som mesing araunt with thos 2 i yust reconfigured the /etc/xinted.d/imap to this:

{
socket_type = stream
wait = no
user = root
server = /usr/local/cpanel/3rdparty/bin/imapd
disable = no
}

and seams to work fine :S
 

kelvin

Member
May 22, 2003
6
0
151
hantraga said:
Haw solwd this on
{
socket_type = stream
wait = no
user = root
server = /usr/local/cpanel/3rdparty/bin/imapd
disable = no
}

and seams to work fine :S
Thanks :) worked a charm