In /etc/init.d, you should find a script taht starts sendmail (usually called sendmail). find in /etc/rc0.d and /etc/rc2.d the links to /etc/init.d/sendmail and rename them to something that does not start with S or K (you can also remove them if you like).
Then kill the sendmail daemon.
ps -ef | grep sendmail
kill no_process
to kill sendmail you can also run :
/etc/init.d/sendmail stop
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.