> >>Hi ! > >> > >> I use Squirelmail 1.4.2 on Debian Sid with Uw who use tls, how > could > >>use Squirell with tls imap ? > > > >Check the doc/ folder. There is stuff in there on authentication. > Also > >you may want to read the list archives for noted issues with debians > >latest builds of UW. > > > I haved check on /doc, and in mailing list archice and i found no answer > about uw and debian. In my log file i receive that : > > SSL error status: error:140760FC:SSL > routines:SSL23_GET_CLIENT_HELLO:unknown protocol
1. starttls is not supported by squirrelmail. You need to use imaps (ssl enabled imap server on different port). 2. SquirrelMail needs php 4.3+ for imaps support. If you don't have php with ssl support (I think, that's not your case), you need to use stunnel. 3. when debian configured libc-client library, there were questions about enabling plain text auth. -------------- The use of unencrypted plaintext passwords is generally insecure, and the current version of libc-client by default only allows network access through either TLS or SSL connections. This affects uw-imapd, ipopd and any other programs that use libc-client for mail access through the network. However, this functionality can be changed by using the semi-official /etc/c-client.cf configuration file. Read more about this in /usr/share/doc/libc-client2003debian/README.Debian." -------------- If you have imap server serving only localhost, SSL only adds extra load. -- Tomas ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
