sendmail disabling in /var/log/messages

Edit /etc/syslog.conf and change this line:
Code:
*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err   /var/log/messages

Change the mail.crit to mail.none and restart syslog.
 
Back
Top