> I checked at squirrelmail about the error message I've been getting > about "ERROR : Connection dropped by imap-server." There was a post > there that mentioned it was because the /etc/xinetd.d/imap file is set > to disable=yes by default. I checked the file and it was not even there. > I found a backup from an imaps.rpmsave and copied it to both an imap and > imaps file, changed the default to disable=no and restarted the xinetd > service... but it still doesn't work. I'm looking around to see if I can > find a sample of an imap or imaps file online and determine which one > it's supposed to be for sure. But "chkconfig --list" shows that imap is > "on".
There are several different IMAP server packages. cyrus-imap, courier-imap, uw imapd, other imap servers. Only some of them use superservers (inetd, xinetd). Which IMAP server you are using? command "telnet localhost 143" can show if you can connect to imap server running on your machine. command "netstat -anp | grep 143" should show process that uses imap port (if you are using linux). -- Tomas http://www.catb.org/~esr/faqs/smart-questions.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
