> Dear Nick, > > > > I see your Problem in Open Subscriber, error: 'ERROR: Connection dropped > by IMAP server. > > > The Problem is xinetd service conflict with courirer-imap service. > I also had the same problem error: 'ERROR: Connection dropped by IMAP > server. >
xinetd is superserver. It does not provide imap service and only starts other services. Courier IMAP not started with inetd or xinetd. Courier uses own tcp server and own startup scripts. Disable binding of xinetd to imap port. check /etc/xinetd.conf and /etc/xinetd.d/. Courier IMAP can drop connections if Maildir directory structure is not present in user's home directory or max connection per IP limit is reached. Check if you have Maildir directory structure and increase MAXPERIP setting in courier's imapd configuration file. Maildir directory structure is created with maildirmake command. It consists of cur, new and tmp subdirectories owned by user. Default MAXPERIP value is too low for webmail systems because all webmail connections come from same ip address. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
