Kevin Worthington said: > William, > [root@xxxxxxxx root]# /sbin/chkconfig --list imap > imap on > [root@xxxxxxxx root]# > Hmmm... it says it's on... > > Any other suggestions? > >> What does the following give you?: >> $ /sbin/chkconfig --list imap >> >> If it says that imap is off, do (as root): >> >> $ /sbin/chkconfig imap on > > Thanks for the help, > Kev It says that xinetd should start it, not necissarily that it is on. Try reloading xinetd's config: $ /sbin/service xinetd reload Also, can you telnet into your imap server? Stolen from the SquirrelMail list: Telnet to your IMAP server and attempt to login that way. Here's how it works on my machine, as an example: chilts@xxxxxxx:~$ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK birdbrained.org Cyrus IMAP4 v2.1.12-Debian-2.1.12-12 server ready A01 LOGIN myusername mypassword A01 OK User logged in A02 LOGOUT * BYE LOGOUT received A02 OK Completed -- William Hooper