(Postfix itself has to be priority extra so it doesn't make
sense to have pflogsumm with priority optional even if it
doesn't strictly depend on Postfix.)
+ * Remove the '.pl' in the cron example files.
-- Sven Hoexter <hoexter@debian.org> Fri, 16 Oct 2009 20:28:12 +0200
# 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
+if [ -x /usr/sbin/pflogsumm ]; then
+ /usr/sbin/pflogsumm -d yesterday --problems_first /var/log/mail.log
fi
# This script analyses the logfile for statistics and problems.
#
-if [ -x /usr/sbin/pflogsumm.pl ]; then
- /usr/sbin/pflogsumm.pl --problems_first /var/log/mail.log*
+if [ -x /usr/sbin/pflogsumm ]; then
+ /usr/sbin/pflogsumm --problems_first /var/log/mail.log*
fi