From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 15:41:27 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50DB016A419 for ; Thu, 15 Nov 2007 15:41:27 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: from rn-out-0102.google.com (rn-out-0910.google.com [64.233.170.191]) by mx1.freebsd.org (Postfix) with ESMTP id EED9B13C465 for ; Thu, 15 Nov 2007 15:41:26 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: by rn-out-0102.google.com with SMTP id s42so438542rnb for ; Thu, 15 Nov 2007 07:41:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=WBbNbXeZG227JuxQbcZiiWEzZkDvIjqpQsP7xqehsY4=; b=M5TZdTUAVNVHbN7x2AEFLubSzfoQwdVY7HD9ol4EkEo1D2UarYMW8NI/CxV5AhYx0cCKhOKYzOpNNvcHaiZNjRXBmXDW62uS1cpZ2vYAyPpFMSdHbJDDYqkZMnMjGkNQx6Y10Zz0kK/hAlELrhJcnoieoN05/HEOPKJjaSsbPO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ur9nvgyaHO0KiJVvPZIwNLbCjsaTv9hX9MtTSPxB8RbdzMt2oYRwHLJP9DhshWDe7NI5bClT1fOQar47VlVq6jVpuP9dz55/Sh0m01vRyvMWisLHNtjWG0W14mAzziqDx03E3SvnN7l6afI0gCkMPRCM6MVQx/uEQBr2xrsyj7Q= Received: by 10.142.191.2 with SMTP id o2mr118116wff.1195139838926; Thu, 15 Nov 2007 07:17:18 -0800 (PST) Received: by 10.142.136.20 with HTTP; Thu, 15 Nov 2007 07:17:18 -0800 (PST) Message-ID: <235b80000711150717x5dc8d3b4w3b0093c74f2bc834@mail.gmail.com> Date: Thu, 15 Nov 2007 17:17:18 +0200 From: "tethys ocean" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 15:41:27 -0000 I am running with my newserver on FreeBSD 6.3-PRERELEASE PHP 5.2.4 squirrelmail-1.4.11 now I cant configure squirrelmail. Whenever I write http://my IP/webmail I am take some *php page that is download..... such like content **************************************************************************************

ERROR: Config file ' . '"config/config.php" not found. You need to ' . 'configure SquirrelMail before you can use it.

'; exit; } // If we are, go ahead to the login page. header('Location: src/login.php'); ?> ****************************************************************************** and also I cant browse configtest page and also test.php I wonder this trouble is in my php config? or squirrelmail config??