[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] /var/log/maillog file empty
- Subject: [cobalt-users] /var/log/maillog file empty
- From: "Santiago Montalvan" <smontalvan@xxxxxxxxxxxxxxxxx>
- Date: Sun Dec 14 13:18:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Larry,
Thanks for your help. This is what I have for Sendmail under syslogd:
/var/log/maillog {
daily
prerotate
/usr/local/sbin/maillog2commonlog.pl sendmail < /var/log/maillog | \
/usr/local/sbin/split_logs mail
endscript
postrotate
/usr/bin/killall -HUP syslogd
endscript
}
Anything wrong with that?
Restarting Sendmail did not fix the problem.
Thanks,
Santiago.