Users with sendmail configurations that are Internet accessible (i.e.,
if someone on the Internet can do `telnet your-ip-address 25' and get
your sendmail HELO greeting) may want to upgrade to sendmail-8.12.9,
which fixes the newest security hole. Be sure to check the MD5
checksum and PGP signatures on the download -- the sendmail source was
dangerously hacked not too long ago. Sendmail 8.12.9 builds without
modification on OSX 10.2.4 and is a drop-in replacement for Apple's
earlier version.
--
Ronald Florence www.18james.com
> Sendmail 8.12.9 builds without
> modification on OSX 10.2.4 and is a drop-in replacement for Apple's
> earlier version.
Any pointers about building this release (newbie builder)?
Thanks,
HC
--
h u g h c h a l A T e i r c o m D O T n e t
> > Sendmail 8.12.9 builds without
> > modification on OSX 10.2.4 and is a drop-in replacement for Apple's
> > earlier version.
>
>
> Any pointers about building this release (newbie builder)?
To build and install the sendmail 8.12.9 binary:
pushd .../sendmail-8.12.9/sendmail
sh Build
sudo cp /usr/sbin/sendmail /usr/sbin/sendmail-old
sudo cp ../obj.Darwin.6.4.PowerMacintosh/sendmail/sendmail /usr/sbin/sendmail
sudo /System/Library/StartupItems/Sendmail/Sendmail restart
--
Ronald Florence www.18james.com
> To build and install the sendmail 8.12.9 binary:
Many thanks.