Displaying 2 results from an estimated 2 matches for "seen_db".
2005 Dec 29
2
cyrus idled not in the cyrus-imapd rpm?
Hi
I successfully installed cyrus + postfix on my centos 4.2 box.
When trying to make imap idle working, I noticed that there is no idled
executable in the rpm.
Do I have to recompile cyrus from source to get idled working?
Thanks
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
...$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/ ) {
# ignore
}
when ( /starttls/ ) {
$IMAPTLS++;
}
# Save this till the end
when ( /ERROR/ ) {
push...