top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to Disable the sendmail Daemon?

+3 votes
1,111 views

I am getting
/usr/share/sendmail/sendmail: 899: /usr/share/sendmail/sendmail: /usr/sbin/sendmail-msp: not found
this message in my email how to stop this.

posted Feb 11, 2016 by Atindra Kumar Nath

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote
 
Best answer

In the file /etc/cron.d/sendmail there were only two lines that were not commented out.
open in root

Code:

#MAILTO=root
#*/20 *  *  *  *     smmsp   test -x /etc/init.d/sendmail && /usr/share/sendmail/sendmail cron-msp

Comment that both you will the message has been stopped sending to your mail.

answer Feb 11, 2016 by Kavana Gowda
0 votes

Just stop the sendmail service as follows -
service sendmaild stop

answer Feb 12, 2016 by Salil Agrawal
Similar Questions
+6 votes

I suddenly pressed CTRL+Q as I am using Ubuntu Mint, but I want to get rigged of this situation.
Is there any undo shortcut for it or any possible answers.

+3 votes

I need disable using of any mail command from my hosting, so I'm not sure if is sufficiently put "mail" to disable_functions in php.ini:

disable_functions = mail

I want force obligatorily use of smtp authentication, Is it enough disable "mail"? or do I need add other command to disable_functions?

i.e.: using joomla I see: phpmail and sendmail

0 votes

I am having Bugzilla 4.0.2 i want to specify SMTP port address But in Bugzilla there is no option for Port Address Please Let me know how to enter Port address for SMTP

SMTP port addrress is 587

...