Hi Seth,
Sounds like a socket connection problem. Do you have Open SSL installed with your PHP build? If this is not installed, a secure connection can't be establish and RoundCube will try to connect to port 143. You should enable your IMAP daemon to accept non-SSL connection from 127.0.0.1. Unfortunately I haven't test RoundCube with self-signed certificates but I don't think this should be a problem.
Regards, Thomas
2005/10/7, Seth Seeger seth@seeger.ws:
Hello,
I've installed the latest release of Roundcube on my OpenBSD server. However, i cannot log in.
SSL: -I've set the default_host to 'ssl://localhost:993' -When I try to log in, the browser just sits there until it times out (no data is returned) -In my mail log file, I see this: imaps SSL service init from <my-ip> Command stream end of file, while reading line user=??? host=<my-host>
Non-SSL: -When I do not use ssl, and set the default_host to 'localhost', the browser returns, but I get the following error message: IMAP Error: Authentication failed (LOGIN):<br>"a001 NO LOGIN failed" in on line 0 -In my authlog, I get this (see reason below): Login disabled user=seth auth=seth host=localhost [127.0.0.1] -While I do not want to use non-SSL on my server, I tried it just to see what would happen
Possible issues... -I have a self-signed cert for my IMAP SSL -I am not surprised that the non-SSL doesn't work, as I have disabled it, see "LOGINDISABLED" below.
More info... -When I telnet to my IMAP port, this is what is reported: * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS STARTTLS LOGINDISABLED] <my-host> IMAP4rev1 2004.352 at Fri, 7 Oct 2005 12:24:17 -0400 (EDT) -When I use "openssl s_client" to look at my SSL's IMAP port, this is what is reported: * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS AUTH=PLAIN AUTH=LOGIN] <my-host IMAP4rev1 2004.352 at Fri, 7 Oct 2005 12:35:07 -0400 (EDT)
Any help would be appreciated. Please CC me on any replies, as I am not on the dev mailing list. Thanks in advance, Seth