Results 1 to 4 of 4
Since my linux box is a desktop machine do I actually need sendmail running? Alll my mail comes and goes via remote pop3 & smtp servers with my host.
So ...
- 05-04-2004 #1Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
stopping sendmail
Since my linux box is a desktop machine do I actually need sendmail running? Alll my mail comes and goes via remote pop3 & smtp servers with my host.
So how would I stop it running at boot?
Slackware 9.1
Ta.
- 05-04-2004 #2
Hi!
You could do this:
Disable it in /etc/inetd.conf if its controlled from there or move the /etc/rc.d/rc.sendmail to eg. /tmp or delete it, or just chmod it as non-executable
Good luck
- 05-04-2004 #3
If you have inetd or xinetd running, then change their config files. Otherwise:
should do the trick.Code:/etc/rc.d/init.d/sendmail.init stop
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 05-06-2004 #4Just Joined!
- Join Date
- May 2004
- Location
- Lodi, CA
- Posts
- 4
I don't know what systems these folks are using, but in Slackware 9.1 you should (as root)
This will stop sendmail from running in your current session. ThenCode:/etc/rc.d/rc.sendmail stop
This will keep Sendmail from starting again when you reboot.Code:chmod -x /etc/rc.d/rc.sendmail
Hope this helps,
Shilo


Reply With Quote