[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SOLVED: Sendmail 8.9.3 and ORDB
- Subject: Re: [cobalt-users] SOLVED: Sendmail 8.9.3 and ORDB
- From: Parker Morse <morse@xxxxxxxxxxx>
- Date: Fri Mar 21 07:00:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Thursday, March 20, 2003, at 03:03 PM, Bill Gunning wrote:
What is the best way to check the mail log and get a count?
Peter posted one way; I'm a little more crude, and just run
grep -ic "ordb" /var/log/maillog
from cron before the logs rotate every night. Sub some unique string from
your reject message for "ordb".
pjm