#!/bin/sh # # Debian pflogsumm daily cron script # # This script analyses the logfile for statistics and problems. # if [ -x /usr/sbin/pflogsumm.pl ]; then /usr/sbin/pflogsumm.pl -d yesterday --problems_first /var/log/mail.log fi