On 2003-03-03 21:15, Terry Todd <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to