From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 19:00:10 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 6FB9F16A4CE for ; Wed, 4 Aug 2004 19:00:10 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25B943D67 for ; Wed, 4 Aug 2004 19:00:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <2004080419000801200pve2ke>; Wed, 4 Aug 2004 19:00:09 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 8FBEC2B; Wed, 4 Aug 2004 15:00:08 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Vahric MUHTARYAN" References: <200408021605.i72G5q5B012766@smtp.doruk.net.tr> From: Lowell Gilbert Date: 04 Aug 2004 15:00:08 -0400 In-Reply-To: <200408021605.i72G5q5B012766@smtp.doruk.net.tr> Message-ID: <44n01a20g7.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: sendmail and make file .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 19:00:10 -0000 "Vahric MUHTARYAN" writes: > Hi Everybody , > > I can leave sendmail from base system . First I updated src tree > then I copyed /etc/default/make.conf under /etc directory and remove the " > # " in front of the NO_SENDMAIL = true , then I maked > make buildworld > make buildkernel KERNCONF=KERNELNAME > make installkernel KERNCONF=KERNELNAME > make installworld > mergemaster -cv ( I installed all changed files with using " i " ) > reboot Okay, so what you did was rebuild all of your system except for sendmail. The sendmail that was already in the system is still there. > I did not modify rc.conf for seeing what will be happend if I dont remove ' > # ' in front of sendmail , after reboot I saw that FreeBSD run SENDMAIL > again and when I wrote whereis sendmail on the command prompt I saw like > this ... > gecetrn# whereis sendmail > sendmail: /usr/sbin/sendmail /usr/share/man/man8/sendmail.8.gz > /usr/src/usr.sbin/sendmail /usr/src/contrib/sendmail > /usr/ports/mail/sendmail > > Did make a mistake ?! How can I remove sendmail from basesystem > ?! Normally, you don't remove sendmail from the system. Just configure rc.conf to *not* start sendmail, and you will be fine. See "man rc.sendmail".