Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To disable sendmail and send mail

Status
Not open for further replies.

vkostovic

IS-IT--Management
Jan 16, 2001
34
US
I am running Solaris 2.6 2.7 and 2.8.
Due to Sendmail Header Processing Buffer Overflow vulnerability I would like to disable/stop sendmail daemon. I do not have sendmail server.

Is it possible to send email if the sendmail daemon is stopped and if it is possible do I need to do any additional reconfiguration?

Thanks a lot.

 
you don't need the sendmail daemon running ... if your configuration is set up to send the mail to any other machine.

vi/edit /etc/init.d/sendmail and comment out (with a #) the line that runs sendmail (i.e. :
Code:
/usr/lib/sendmail $MODE -q$QUEUEINTERVAL $OPTIONS &

that'll stop it running.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top