[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Shutting down SMTP
- Subject: Re: [cobalt-developers] Shutting down SMTP
- From: "H.P. Stroebel" <hpstr@xxxxxxxxxxxxx>
- Date: Mon Jan 29 14:48:39 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Eric Marcussen schrieb:
> My question has two parts:
> 1) If we shut down the SMTP,, even though no one uses it, would it have
> an effect on our sites??
yes.
notifications sent by cron jobs or cobalt functions for example will not
be delivered any more.
users will not be able to receive mail on your box, as SMTP is used for
receiving mail from other hosts as well.
> 2) How do we shut it down??
/etc/rc.d/init.d/sendmail stop (temporarily)
for shutting it down completely, even after a reboot, you must delete
the symbolic links pointing to /etc/rc.d/init.d/sendmail in the several
runlevel directories unter /etc/rc.d. no good idea, though.
you might consider using spamshield, a little perl script (search
www.google.com) that can prevent even spam from local users.
--
H. P. Stroebel, Germany
CGI-FAQ for Raq-Newbies :
http://users.iol.it/hpstr/
Apollo 13 - Commander : "Houston, we have a problem"
Win2000 - Administrator : "Redmond, we have 64000 problems"