> I can't figure out why I can't get logged into my imap server. Any help > would be greatly appreciated. > > FYI: Outlook connectos when I check the secure connection box. > When I login I get the followin error: > Error connecting to IMAP server: tls://mailhost. > 0 : Unknown error: 0 > > When I run configtest I see some strange errors: > Warning: fsockopen(): no SSL support in this build in > /usr/local/www/squirrelmail/src/configtest.php on line 227
I'm /sure/ you can figure it out if you _read_ the messages that PHP provide to you. "Warning: fsockopen(): no SSL support in this build" Well, that suggests to me that there is no SSL support enabled, which is not a SquirrelMail thing, but a PHP thing, so start there, make sure you build your PHP with SSL support if you plan on using TLS/SSL. All that is documented in doc/authentication.txt I believe. -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
