LeVA wrote: 

> I'm trying to exclude my mailsystem's logs from the /var/log/syslog 
> file. I've changed this line in /etc/syslog.conf:
> *.*;auth,authpriv.none  -/var/log/syslog
> 
> to:
> 
> *.*;auth,authpriv.none;mail.!*  -/var/log/syslog

Try "*.*;auth,authpriv.none;mail.none  -/var/log/syslog"

Reply via email to