Displaying 1 result from an estimated 1 matches for "imaptl".
Did you mean:
imaptls
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
...# Ignore
}
when ( /open: / ) {
# Ignore
}
when ( /seen_db: / ) {
# Ignore
}
when ( /skiplist: checkpointed/ ) {
# Ignore
}
when ( /SQUAT/ ) {
# ignore
}
when ( /SSL_accept/ ) {
# ignore
}
when ( /starttls/ ) {
$IMAPTLS++;
}
# Save this till the end
when ( /ERROR/ ) {
push @ErrorList, "$ThisLine\n";
}
default {
# Report any unmatched entries...
push @OtherList, "$ThisLine\n";
}
}
# Process next stdin
next;
}
# Report
if ( $LMTPStore ) {
p...