Date: Tue, 4 Mar 2003 18:55:17 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Terry Todd <tlt@badger.tltodd.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail patch questions... Message-ID: <20030304165517.GC4478@gothmog.gr> In-Reply-To: <20030303211505.A12165@badger.tltodd.com> References: <002701c2e1df$95fc1f00$0301a8c0@mike> <20030303204558.A5870@badger.tltodd.com> <20030303205326.A9819@badger.tltodd.com> <20030303211505.A12165@badger.tltodd.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-03-03 21:15, Terry Todd <tlt@badger.tltodd.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030304165517.GC4478>
