From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 20:39:07 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 8437816A4CE for ; Thu, 15 Jul 2004 20:39:07 +0000 (GMT) Received: from pinky.otenet.gr (pinky.otenet.gr [195.170.0.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D10243D1D for ; Thu, 15 Jul 2004 20:39:02 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a160.otenet.gr [212.205.215.160]) i6FKcvwx026235; Thu, 15 Jul 2004 23:38:58 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i6FKcvOd065309; Thu, 15 Jul 2004 23:38:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i6FKcvdL065288; Thu, 15 Jul 2004 23:38:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 15 Jul 2004 23:38:56 +0300 From: Giorgos Keramidas To: Vahric MUHTARYAN Message-ID: <20040715203856.GA52578@gothmog.gr> References: <200407152039.i6FKdR3W015284@smtp.doruk.net.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407152039.i6FKdR3W015284@smtp.doruk.net.tr> cc: freebsd-questions@freebsd.org Subject: Re: About Sendmail and makefile of FreeBSD 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: Thu, 15 Jul 2004 20:39:07 -0000 On 2004-07-15 23:33, Vahric MUHTARYAN wrote: > I know that , sendmail is pice of FreeBSD but it's using 8.x I want > to use 9.x, question is ; > > Does it possbile to disable sendmail8 in conf file and install ports > sendmail 9 ? Yes. You might have to rebuild everything after setting NO_SENDMAIL in your /etc/make.conf file. Afterwards, you can install whichever version you want. Then update your /etc/mail/mailer.conf file to point to the new Sendmail you've installed. Finished. - Giorgos