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
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
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