By the way, my /etc/cron.daily/00webalizer reads:
#! /bin/bash
# update access statistics for the web site
if [ -s /var/log/httpd/access_log ] ; then
/usr/bin/webalizer -Q > /dev/null 2>&1
fi
exit 0
I still get that email.
--
Dan Kriwitsky
Hmm...I'm still digging...I'll find an answer for this one...
Doug
An update. It appears that our neighbors to the north were attempting to
have some fun. They didn't get anywhere with it and non the less, they were
happy included in the firewall of addresses to drop.
When I run the daily logrotate now, all seems fine and no email.
Doug