From owner-freebsd-questions Tue Jun 5 8:32:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 29C5D37B406 for ; Tue, 5 Jun 2001 08:32:11 -0700 (PDT) (envelope-from keramidi@otenet.gr) Received: from hades.hell.gr (patr530-a116.otenet.gr [212.205.215.116]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f55FW5x03039; Tue, 5 Jun 2001 18:32:05 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.3/8.11.3) id f55FFFp21510; Tue, 5 Jun 2001 18:15:15 +0300 (EEST) (envelope-from keramidi@otenet.gr) Date: Tue, 5 Jun 2001 18:15:14 +0300 From: Giorgos Keramidas To: Joel Dinel Cc: freebsd-questions@freebsd.org Subject: Re: sendmail domain re-writting Message-ID: <20010605181514.A21437@hades.hell.gr> References: <20010604091253.A1405@dinjo.touchtunes.com> <20010605023129.A4801@hades.hell.gr> <20010605085923.A21662@dinjo.touchtunes.com> <20010605161433.A20854@hades.hell.gr> <20010605091930.A21863@dinjo.touchtunes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010605091930.A21863@dinjo.touchtunes.com>; from dinjo@touchtunes.com on Tue, Jun 05, 2001 at 09:19:30AM -0400 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html 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 am Cc:'ing the list, since someone might be interested too. ] On Tue, Jun 05, 2001 at 09:19:30AM -0400, Joel Dinel wrote: > > One last question, if you don't mind. I was about to post this to the list, > but you might be able to help me. Do you know what's the "proper" way to > upgrade the version of sendmail via the ports? I'm running 4.3 release > (sendmail 8.11.something). If you are running the Sendmail version that came with your FreeBSD system, then you can always do a source upgrade. Just run CVSup to get yourself a copy of the latest sources in /usr/src and read /usr/src/UPDATING for help on compiling everything from source. Since Sendmail is part of the base-system, it will be upgraded too :) This is what i am usually doing, when I do need to upgrade my FreeBSD base system; which happens very infrequently. If you are not running Sendmail that comes with the base-system and you are running a Sendmail version installed from the ports, you can use the normal pkg_xxx commands to remove the old package, and the /usr/ports/mail/sendmail port to install the new one. I would suggest taking a backup copy of your /etc/mail directory first, just to be safe in the funny case that installing the port will clobber existing Sendmail files. [This does not mean that the port *does* clobber existing Sendmail configuration files. It only means that I am upgrading my system with CVSup and I dont know if it does mess with them in some unexpected manner.] -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message