>All the person needs to do is to stop sendmail from automat(g)ically
>starting at bootup, which is in case of RH:
>
>Remove all occurences of 
>
>  k**sendmail  (** denotes a double digit number)
>  s**sendmail

That should be K and S (capitals)

>in the directories
>
>  /etc/rc.d/rc*.c (* denotes a single digit number)

For RH, there is a script provided to do this:

        chkconfig --level 345 sendmail off

You can see what levels sendmail is currently active at by

        chkconfig --list sendmail

This takes the recommended numbers from the script itself.

You still have to stop or start the service manually if you have enabled
or disabled it at the current level.


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to