From owner-freebsd-questions@FreeBSD.ORG Thu Oct 12 00:19:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F0A316A40F for ; Thu, 12 Oct 2006 00:19:41 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF26F43D5C for ; Thu, 12 Oct 2006 00:19:36 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so390463pye for ; Wed, 11 Oct 2006 17:19:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=iwxkgfGFSnJ4Qn79Nz3tYRCP/mBBlaTfSLrxQo39M9ccPuxQyMZIbBLKQokHU5rh5lOpbEvYPPLVPfFMjAh4wrd3Sae3Ck2Mg8u0xu2U0smcR7WOTdJ1fHxBbWHCpLPPaBdfxT5FEXc1ZOlTcnRMB2kHADMjDXCNM6VTSsEoJ+o= Received: by 10.65.121.9 with SMTP id y9mr1738310qbm; Wed, 11 Oct 2006 17:19:35 -0700 (PDT) Received: by 10.65.100.3 with HTTP; Wed, 11 Oct 2006 17:19:35 -0700 (PDT) Message-ID: Date: Thu, 12 Oct 2006 08:19:35 +0800 From: "jan gestre" To: "Desmond Coughlan" In-Reply-To: <20061010133359.73832.qmail@web27511.mail.ukl.yahoo.com> MIME-Version: 1.0 References: <452B9EF9.4090800@mikestammer.com> <20061010133359.73832.qmail@web27511.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Eric , freebsd-questions@freebsd.org Subject: Re: RE : Re: RE : Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface 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, 12 Oct 2006 00:19:41 -0000 On 10/10/06, Desmond Coughlan wrote: > > X-No-Archive: true > > > uninstall cyrus and install dovecot from the ports tree. its small, > > lightweight, and fast. > > > > are you trying to install stuff without using the ports tree? > > Yeah. I used to do Solaris admin (Jesus, you'd never know it...), and > usually prefer installing software the ./configure --> make && make install > route. Especially since a ports install doesn't tell you anything about > where the software is put.... > > D. > > > use the whereis command to know where it is installed. FYI, a port install > will tell you where the apps was installed after finishing. >