Adams-Blake Company <atakeoutcanton@adams-blaketakeout.com> wrote:
> Slack 9.1, KDE 3.14
>
> I'm told sendmail is (or can be) a vulnerablity
>
> How do I disable Sendmail.... now and at re-boot. (There is no need for it, is
> there. I don't run a mail server.)
you can disable sendmail by modifying your startup scripts in /etc/rc.d/
or just chmod -x /etc/rc.d/rc.sendmail (as root), so it cannot be
executed.
a nice alternative to sendmail is qmail (
http://www.qmail.org). it is
supposed to be more secure. the author offered an award to anyone who
could break it, but i believe he never had to pay.
steven.