IMAP Fails but POP Works, Pls help?

ukdvdr

Registered
Sep 7, 2004
2
0
151
We have recently switched to a new dedicated server and decied to go for cpanel to administer it.

We cannot seem to get IMAP to work. IMAP come up green in WHM.

If I make an email account, it sends and receives fine in Outlook Express as POP3, when I change it to IMAP, it produces the following error message
Protocol: IMAP
Port: 143
Secure(SSL): 0
Code: 800ccc0f

Have trawled through these forums trying every suggestion I could find. (inc stopping and restarting xinetd via ssl, which returned the OK message)

My IMAP file is below, I would be very grateful for any suggestions. (We had a 3rd party install cpanel and a fourth party configure our server pre-migration, I think they may have missed something during configuration, Am willing to attempt any suggestions as I really need this IMAP to function). Tks in advance TERRY

# 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
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += USERID
log_on_failure += USERID
disable = no
}
 

StevenC

Well-Known Member
Jan 1, 2004
252
0
166
from the server:

telnet localhost 143

what happens?
 

AbeFroman

BANNED
Feb 16, 2002
644
1
318
Try /etc/rc.d/init.d/xinetd restart
then
Type netstat -lntp
 

ukdvdr

Registered
Sep 7, 2004
2
0
151
responses to commands from both posts below (telnet localhost 143, response is first)
Terry

Connected to localhost (127.0.0.1).
Escape character is '^]'.
* OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=LOGIN] localhost IMAP4rev1 2003.339-cpanel at Sat, 18 Sep 2004 22:08:05 +0100 (BST)







[email protected] [~]# /etc/rc.d/init.d/xinetd restart
Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
[email protected] [~]#
[email protected] [~]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN
6445/xinetd
tcp 0 0 0.0.0.0:1 0.0.0.0:* LISTEN
1605/portsentry
tcp 0 0 0.0.0.0:2082 0.0.0.0:* LISTEN
4867/cpsrvd - waiti
tcp 0 0 0.0.0.0:2084 0.0.0.0:* LISTEN
1515/entropychat
tcp 0 0 0.0.0.0:2086 0.0.0.0:* LISTEN
4867/cpsrvd - waiti
tcp 0 0 0.0.0.0:199 0.0.0.0:* LISTEN
995/snmpd
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
25216/mysqld
tcp 0 0 0.0.0.0:6666 0.0.0.0:* LISTEN
1521/startmelange
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
4849/cppop - accept
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
6445/xinetd
tcp 0 0 0.0.0.0:2095 0.0.0.0:* LISTEN
4867/cpsrvd - waiti
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
1605/portsentry
tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN
1192/spamd -d
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
20880/httpd
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN
1124/exim
tcp 0 0 10.130.174.234:53 0.0.0.0:* LISTEN
1170/named
tcp 0 0 62.73.174.237:53 0.0.0.0:* LISTEN
1170/named
tcp 0 0 62.73.174.236:53 0.0.0.0:* LISTEN
1170/named
tcp 0 0 62.73.174.234:53 0.0.0.0:* LISTEN
1170/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
1170/named
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
1004/vsftpd
tcp 0 0 0.0.0.0:13782 0.0.0.0:* LISTEN
6445/xinetd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
1025/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
1119/exim
tcp 0 0 0.0.0.0:13722 0.0.0.0:* LISTEN
6445/xinetd
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
20880/httpd
[email protected] [~]#