[toaster] Logs flooding

2004-10-11 Thread David
Hi all,   I have Bill's toaster installed and working correctly on a RedHat 9 install that is hosting a few e-mail domains (thanks Bill!). However my logwatch logs are being flooded with thousands of entries in the format:   "vchkpw-pop3: (PLAIN) login success "   under the heading "**Unmatc

Re: [toaster] Logs flooding

2004-10-11 Thread Bill Shupp
David wrote: Hi all, I have Bill's toaster installed and working correctly on a RedHat 9 install that is hosting a few e-mail domains (thanks Bill!). However my logwatch logs are being flooded with thousands of entries in the format: "vchkpw-pop3: (PLAIN) login success " You can turn off l

Re: [toaster] Logs flooding

2004-10-11 Thread David
Thanks Bill, I modified the logwatch script in /etc/log.d/scripts/services/vpopmail to give a count of successful login attempts instead of a line about each one: near the beginning (under "# We don't care about these"): } elsif (($ThisLine =~ /login success/)) { $LoginSuccess++; and at