From owner-freebsd-questions Tue Mar 4 8:55:38 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 1CC6F37B401 for ; Tue, 4 Mar 2003 08:55:37 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB4243FBD for ; Tue, 4 Mar 2003 08:55:32 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr364-a24.otenet.gr [195.167.109.56]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h24GtIIH013508; Tue, 4 Mar 2003 18:55:18 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h24GtI9w004810; Tue, 4 Mar 2003 18:55:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h24GtIsJ004809; Tue, 4 Mar 2003 18:55:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 4 Mar 2003 18:55:17 +0200 From: Giorgos Keramidas To: Terry Todd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail patch questions... Message-ID: <20030304165517.GC4478@gothmog.gr> References: <002701c2e1df$95fc1f00$0301a8c0@mike> <20030303204558.A5870@badger.tltodd.com> <20030303205326.A9819@badger.tltodd.com> <20030303211505.A12165@badger.tltodd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030303211505.A12165@badger.tltodd.com> 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 On 2003-03-03 21:15, Terry Todd wrote: > On Mon, Mar 03, 2003 at 08:53:26PM -0600, Terry Todd wrote: > > I'm also running 8.11.6. I installed the correct patch from > > sendmail.org but haven't figured out how to get it to compile. > > The README says: > > > > ********************* > > !! DO NOT USE MAKE !! in this directory to compile sendmail -- > > ********************* instead, use the "Build" script located in > > the sendmail directory. > > > > However, there is no "Build" script. > > > > Now what? > > Looks like in FreeBSD you need to cd to /usr/src/usr/sbin/sendmail > and run make install after applying the patch from sendmail.org > Then restart sendmail. > > Is there a way to test that the vulnerability has been fixed? There are also a few other things you need to recompile: # cd /usr/src # for dirname in lib/libsm lib/libsmdb lib/libsmutil \ lib/libmilter bin/rmail libexec/mail.local \ libexec/smrsh usr.bin/vacation usr.sbin/editmap \ usr.sbin/mailstats usr.sbin/makemap \ usr.sbin/praliases usr.sbin/sendmail do cd "${dirname}" make cleandir && make cleandir make obj && make depend && make && make install cd /usr/src done - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message