Date: Wed, 17 Sep 2003 10:53:45 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: "Jacques A. Vidrine" <nectar@freebsd.org> Cc: freebsd-stable@freebsd.org Subject: Re: Sendmail vulnerability Message-ID: <200309171753.h8HHrjeb010487@apollo.backplane.com> References: <3F688BD4.2030305@remotelab.org> <3F6897D8.5050503@remotelab.org> <20030917173646.GA5654@madman.celabo.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Plus don't forget to restart sendmail :-) People running RCNG can just run /etc/rc.d/sendmail restart With normal rc scripts you have to kill the sendmail daemons manually but then should be able to 'sh /etc/rc.sendmail' to restart them. cd /usr/src patch < /path/to/patch cd /usr/src/lib/libsm make obj && make depend && make cd /usr/src/lib/libsmutil make obj && make depend && make cd /usr/src/usr.sbin/sendmail make obj && make depend && make && make install Far more useful without the '#', for cut and paste. -Matt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309171753.h8HHrjeb010487>