From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 08:50:49 2004 Return-Path: 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 D5DDA16A4CE for ; Fri, 3 Dec 2004 08:50:49 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90DF443D31 for ; Fri, 3 Dec 2004 08:50:49 +0000 (GMT) (envelope-from christias@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so77328rne for ; Fri, 03 Dec 2004 00:50:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=s6645F0cqyB9BM0ox2aTwRxVefMCNxOsZOjTTriA7l3T+12u/fDIIc3H1HUh1EYPCAx7zmeQazRSDVzLmZjqtv2CpFQLk0pL73udLBVjX4lzwElCEDdzT+wozBLURUEMsqe456Y2vGcLu6sGNWUCTpM2ApwhOxBv/bKHYDrAvmU= Received: by 10.38.90.7 with SMTP id n7mr411316rnb; Fri, 03 Dec 2004 00:50:48 -0800 (PST) Received: by 10.38.165.72 with HTTP; Fri, 3 Dec 2004 00:50:47 -0800 (PST) Message-ID: Date: Fri, 3 Dec 2004 10:50:47 +0200 From: Panagiotis Christias To: antenneX In-Reply-To: <001101c4d8e7$2b0d1860$0200000a@SAGEAME> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <001101c4d8e7$2b0d1860$0200000a@SAGEAME> cc: freebsd-questions@freebsd.org Subject: Re: Sendmail in the base system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Christias List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:50:49 -0000 On Thu, 2 Dec 2004 21:21:23 -0600, antenneX wrote: > Am running FBSD-4.10p2 with sendmail-8.12.11 in the base system. > > If I wanted to recompile sendmail with a later DB like Berkley DB-4.2, > since its in the base system, what would be the best way of doing this? > > - Rebuild make/install world without sendmail, then install sendmail > from the ports with my choice of DB? > > - or, just install sendmail-8.13.x from ports with the new DB and then > have the system point to the new sendmail??? > > Best regards, > > Jack L. Stone Go the second way. The port will direct you. Panagiotis