From owner-freebsd-questions Thu May 25 12:20:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nscache2.x-treme.gr (mail1.x-treme.gr [212.120.196.23]) by hub.freebsd.org (Postfix) with ESMTP id 3A58537B64E for ; Thu, 25 May 2000 12:20:26 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (pat51.x-treme.gr [212.120.197.243]) by nscache2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id WAA21221; Thu, 25 May 2000 22:20:08 +0300 Received: (from charon@localhost) by hades.hell.gr (8.10.1/8.10.1) id e4P0gmG76245; Thu, 25 May 2000 03:42:48 +0300 (EEST) Date: Thu, 25 May 2000 03:42:48 +0300 From: Giorgos Keramidas To: "C. Paul Bond" Cc: freebsd-questions Subject: Re: Sendmail 8.10.X Message-ID: <20000525034248.A76162@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <392C310D.28D6CB36@mantech-wva.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392C310D.28D6CB36@mantech-wva.com>; from bondp@mantech-wva.com on Wed, May 24, 2000 at 03:44:13PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG C. Paul Bond wrote: > I need to upgrade to sendmail 8.10.x (I need the SMTP Authentication). > It looks like sendmail 8.9.X is the version currently in CVS. Is anyone > working on doing an update? Before I try to build it myself I thought I > would ask. I updated it manually, myself. Just copied sendmail_8.10.1.tar.gz into /tmp/build and run a few commands: # cd /tmp/build # tar xzvf sendmail_8.10.1.tar.gz # cd sendmail_8.10.1/ # sh Build # sh Build install After this was finished, I edited /etc/make.conf and NO_SENDMAIL was added, along with NO_MAILWRAPPER. Then I updated my configuration in /etc/mail/sendmail.cf myself. If you still want to use the mailwrapper, after running: # sh Build install You have to move /usr/sbin/sendmail into /usr/libexec/sendmail and link mailwrapper to /usr/sbin/sendmail: # mv /usr/sbin/sendmail /usr/libexec/sendmail # cd /usr/sbin # ln -s mailwrapper sendmail That's all. Then you have your own up to date version. - giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message