> with IMAP, one problem was the --with-imap flag on php compilation, but > that's now fixed.
Heh, I hate to tell you this, but you didn't need it. SquirrelMail does not use PHP's IMAP routines. We rolled our own. > It's clearly an authentication issue, yet where do I begin to attempt to > solve this?? > > I know cyrus is running since ps -aux shows: > /usr/local/cyrus/bin/master -d It all depends on where Cyrus is getting the authentication information. Cyrus uses SASL, which has about a million different possibilities. It's really a broad topic, so you're going to need to do some research in that department. To simplify your debugging, I suggest using telnet or cyrus's imtest program until you're sure you've got authentication working properly. Then add the next layer of complexity, which in this case would be SquirrelMail. For your reference, here's what a telnet session would look like with a successful IMAP login. [EMAIL PROTECTED]:~$ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK birdbrained.org Cyrus IMAP4 v2.1.14-IPv6-Debian-2.1.14-1 server ready a01 login someuser somepassword a01 OK User logged in a02 logout * BYE LOGOUT received a02 OK Completed Connection closed by foreign host. -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users