Hi all, I am sure most of you have seen this error message before, unfortunately I couldn't find a solution.
I have qmail installed and working with the Maildir system. I sent myself a test message and see it in my Maildir/new folder. Courier Imap was compiled with just the following auth module: --with-authmysql I made sure all other modules were disabled as this setting suits me best. My MySQL table is setup exactly as the example shows, and my table entry for the testuser is as follows: (listed by field) id: sysadmin crypt: <unix crypted passwd> clear: <clear text passwd> name: SysAdmin uid: 1000 gid: 50 home: / maildir: /home/sysadmin/Maildir/ quota: I have tried changing home to /home/sysadmin & Maildir to simply Maildir/, however, that didn't help. The log files for mail.log show the following when I try to connect: ------------------------- Feb 14 21:39:34 denet2 imapd: Connection, ip=[::ffff:127.0.0.1] Feb 14 21:39:52 denet2 imapd: LOGOUT, ip=[::ffff:127.0.0.1] ------------------------- LOGOUT is the only command which appears to work. On telnet to localhost 143, the following message appears: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc. See COPYING for distribution information. I have not tried the --enable-workarounds-for-imap-client-bugs option, however, that shouldn't really matter if I am telneting to localhost(?) I am running this on Debian (stable) - Courier iMAP starts normally and the proc listing shows the following: 25759 ? S 0:00 /usr/lib/courier-imap/libexec/authlib/authdaemond.mysql start 25763 ? S 0:00 /usr/lib/courier-imap/libexec/authlib/authdaemond.mysql start 25764 ? S 0:00 /usr/lib/courier-imap/libexec/authlib/authdaemond.mysql start 25765 ? S 0:00 /usr/lib/courier-imap/libexec/authlib/authdaemond.mysql start 25766 ? S 0:00 /usr/lib/courier-imap/libexec/authlib/authdaemond.mysql start 25767 ? S 0:00 /usr/lib/courier-imap/libexec/authlib/authdaemond.mysql start 25773 ? S 0:00 /usr/lib/courier-imap/libexec/couriertcpd -address=0 -stderrlogger=/usr/lib/courier-imap/libexec/logger -stderrloggername=imapd -maxprocs=40 -maxperip=4 -pid=/var/run/imapd.pid -nodnslookup -noidentlookup 143 /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/libexec/authlib/authmysql /usr/lib/courier-imap/bin/imapd Maildir 25776 ? S 0:00 /usr/lib/courier-imap/libexec/logger imapd I hope this isn't too long a post! :) Any help at all would be appreciated. Thanks all. Regards, Mustafa. __________________________________________________ Do You Yahoo!? Got something to say? Say it better with Yahoo! Video Mail http://mail.yahoo.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
