Displaying 1 result from an estimated 1 matches for "lmtpstore".
Did you mean:
smtpstore
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
.... " : " . $2 . " : " . $3 . " : " .
$4 . "\n");
$IMAPlogin++;
$IMAPmech{$4}++;
$IMAPuser{$3}++;
$IMAPip{$2}++;
}
when ( /IOERROR: fstating sieve script/ ) {
# Ignore
}
when ( /mystore: committing txn/ ) {
$LMTPStore++;
}
when ( /mystore: starting/ ) {
# Ignore
}
when ( /open: / ) {
# Ignore
}
when ( /seen_db: / ) {
# Ignore
}
when ( /skiplist: checkpointed/ ) {
# Ignore
}
when ( /SQUAT/ ) {
# ignore
}
when ( /SSL_accept/ ) {...