List wrote:
And i got :-
[EMAIL PROTECTED] services]# ./vpopmail
syntax error at ./vpopmail line 16, near ")
# We don't care about these
}"
Execution of ./vpopmail aborted due to compilation errors.
Can someone enlighten me. Thanks
Well, that quote after the curly bracket might be a problem
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 the end of the fi
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
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
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