On Sat, 2004-03-20 at 11:34, Shaun T. Erickson wrote: > Jonathan Angliss wrote: > > > With no mention of what PHP, or webserver you're using, it's difficult > > to tell if you meet the minimum requirements mapped out in > > doc/authentication.txt. Please checkout that doc, and ensure you're > > meeting the minimum requirements. > > Sorry about that. I told you a lot in my initial email, but forgot the > above. Oops. Here's everything I can think of, and I hope I haven't left > out anything this time: > > OS = FreeBSD 5.2.1-RELEASE-p3 > MTA = Postfix 2.0.18 > IMAP = Courier-imap 2.2.1 > WEBSERVER = Apache 2.0.48 > PHP = Mod_php 4.3.4 > MUA = Squirrelmail 1.4.2 > DB = MySQL 4.0.18 > AUTH = Cyrus-sasl 2.1.7 > CERT = Commercial cert from instantssl.com
Much better ;) > Postfix listens on port 25, and requires STARTTLS+SMTPAUTH in order to > relay, unless you are 'localhost'. It doesn't yet listen on the TLS > port. SquirrelMail won't be able to support STARTTLS, so I wouldn't attempt it ;) > Courier listens on port 143 and normally requires STARTTLS (currently > disabled so that SM can connect, until it can do tls on port 993). It > also listens on the imaps port (993). My primary imap client - Mozilla > 1.6 - makes a tls connection to port 993, and is working fine. Now here is the good bit... is your PHP build compiled with OpenSSL? By default, I believe FreeBSD turns everything off, then you have to select what you want enabled... OpenSSL MUST be enabled for TLS to work. To check to see if this is the case, in your web root, put a file, call it phpout.php. In the file put the following line: <?php phpinfo(); ?> Save it, then navigate your browser to that file (ie http://localhost/phpout.php). Then you'll want to look for a section called OpenSSL. Easiest way to find that is to search for the word openssl. If you don't see it, you'll need to recompile PHP. -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- 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
