[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SOLVED: Sendmail 8.9.3 and ORDB



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