1753375 Members
5194 Online
108792 Solutions
New Discussion юеВ

Sendmail service

 
SOLVED
Go to solution
Tiago Marques_2
Advisor

Sendmail service

Hi!

How do I disable the sendmail service??
eestimq
2 REPLIES 2
Robin Wakefield
Honored Contributor
Solution

Re: Sendmail service

Hi Tiago,

In the file /etc/rc.config.d/mailservs

set the SENDMAIL_SERVER parameter to 0.

If it's already running, stop sendmail using:

killsm

or

/sbin/init.d/sendmail stop

Rgds, Robin.
oiram
Regular Advisor

Re: Sendmail service

Hi,

To stop the sendmail daemon
/sbin/init.d/sendmail stop
To disable the sendmail server go to
/etc/rc.config.d/mailservs and set
SENDMAIL_SERVER to 0

As far as I know it should work.

Best regards.