have you tried this?:
pico /etc/xinetd.d/imap
Change the line server = imapd into
server = /usr/sbin/imapdQUOTE]
It is already like that.
# default: off
# description: The IMAP service allows remote users to access their mail using \
# an IMAP client such as Mutt, Pine, fetchmail, or Netscape \
# Communicator.
service imap
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += HOST DURATION
log_on_failure += HOST
}
Thanks for all of your help. I put in a ticket. It was resovled, with "wrong imap binary install. i have install the correct one" but it still is not working and it is still giving the errors.