From owner-freebsd-ports@FreeBSD.ORG Thu Sep 16 17:57:42 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C3B16A4CE for ; Thu, 16 Sep 2004 17:57:42 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC0B43D53 for ; Thu, 16 Sep 2004 17:57:42 +0000 (GMT) (envelope-from flatfender@gmail.com) Received: by mproxy.gmail.com with SMTP id 78so425265rnk for ; Thu, 16 Sep 2004 10:57:38 -0700 (PDT) Received: by 10.38.96.12 with SMTP id t12mr1751559rnb; Thu, 16 Sep 2004 10:57:38 -0700 (PDT) Received: by 10.38.74.24 with HTTP; Thu, 16 Sep 2004 10:57:37 -0700 (PDT) Message-ID: Date: Thu, 16 Sep 2004 12:57:37 -0500 From: Flatfender To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Squirrelmail+IMAP/TLS+FreeBSD+PHP4/5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Flatfender List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 17:57:42 -0000 Ok, here is the problem I am having. In July PHP4 in FreeBSD changed the way it is installed/configured. Certain components which used to be statically compiled in are now loaded as modules. The most important of which is openssl. What I used to be able to due and would like to do again was to specify for Squirrelmail to use IMAP with TLS to the localhost. But by the nature of the way Squirrelmail makes that call OpenSSL needs to be statically compiled into PHP not as a loadable module like it is now. Anyone of any suggestions? Here are the software particulars: FreeBSD 5.3 Beta3 OpenSSL 0.9.7d - Base OpenSSL Squirrelmail 1.4.3a - from ports UW-IMAP-2004a,1 - from ports PHP4.3.8 - from ports - Also tried PHP5 Now I know I could configure UW-IMAP to allow plain text logins and then set Squirrelmail to connect to localhost:143, but I would still like to use TLS. To help get upto speed, I have tried the suggestions in the following threads without sucess. The only thing I could find on the SM-users list was a sugestion not to use TLS. http://marc.theaimsgroup.com/?l=freebsd-ports&m=109095012403994&w=4 http://marc.theaimsgroup.com/?l=freebsd-ports&m=109384988028159&w=4 http://marc.theaimsgroup.com/?l=freebsd-ports&m=109031923210641&w=4