From owner-freebsd-questions Wed Jan 1 23:57:31 2003 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 784F137B401 for ; Wed, 1 Jan 2003 23:57:30 -0800 (PST) Received: from mail.metapimp.com (adsl-66-122-210-211.dsl.sntc01.pacbell.net [66.122.210.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D1343ED1 for ; Wed, 1 Jan 2003 23:57:30 -0800 (PST) (envelope-from mark@metapimp.com) Received: from [192.168.1.92] (unknown [192.168.1.92]) by mail.metapimp.com (Postfix) with ESMTP id D154B7C for ; Wed, 1 Jan 2003 23:54:29 -0800 (PST) Subject: upgrading to 4.7-release w/o sendmail, bind From: Mark Fujie To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1041494411.97712.15.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 02 Jan 2003 00:00:11 -0800 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm about to attempt an upgrade of one of my servers (bind 9, postfix) from 4.6.2 -> 4.7. Looking at the options in /etc/defaults/make.conf, I'm pretty sure I want to include the following in /etc/make.conf: NO_BIND= true NO_SENDMAIL= true Do also need to include "NO_MAILWRAPPER= true"? Reading the man page for mailwrapper reveals that /usr/sbin/sendmail is usually a symbolic link to it, but on my system /usr/sbin/sendmail is linked to /usr/local/sbin/sendmail, which I believe is the postfix-installed version. I'm thinking I want to avoid making mailwrapper? What happens if I DO make it when I don't really need it? Thanks, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message