bastle erfolglos daran, die crontab-Ereignisse aus der syslog-ng zu entfernen um die Mailbenachrichtigung zu unterdrücken.
Folgende konstruktion funktioert einfach nicht, sollte es aber nach meinem Verständnis:
Code: Alles auswählen
filter f_mailinfo { level(info) and facility(mail) and not filter(f_cron); };
filter f_mailwarn { level(warn) and facility(mail) and not filter(f_cron); };
filter f_mail { facility(mail) and not filter(f_cron); };
filter f_messages { not facility(news, mail) and not filter(f_iptables) and not filter(f_cron); };
filter f_warn { level(warn, err, crit) and not filter(f_iptables) and not filter(f_cron); };

Gruß
ramses