Re: [toaster] Logs flooding

2004-10-25 Thread Jason 'XenoPhage' Frisvold
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

Re: [toaster] Logs flooding

2004-10-25 Thread List
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

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

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

[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