everything looks fine, but it still isn't working
[root cron.daily]# more /etc/syslog.conf
# /etc/syslog.conf
# Cobalt Networks, Inc. 2000
# Log all kernel messages
kern.* /var/log/kernel
# Put everything in here
*.*;mail,kern,auth,authpriv.none /var/log/messages
# Log inetd connections (restricted access)
authpriv.* /var/log/secure
# Log all other auth messages here (restricted access)
auth.* /var/log/auth
# Log all the mail messages in one place.
mail.* /var/log/maillog
# Everybody gets emergency messages, plus log them on another
# machine.
*.emerg *
# Save mail and news errors of level err and higher in a
# special file.
uucp,news.crit /var/log/spooler
# Save boot messages also to boot.log
local7.* /var/log/boot.log