Re: SQUAT config

2007-08-16 Thread brian
For posterity: i tried "squatter -sr" as the cyrus user and was returned "please specify a mailbox to recurse from". I removed the -r and everything went well. I thought i'd need to specify -r to have it recurse through the various folders within the mailboxes but it indexed them all. brian --

Re: SQUAT config

2007-08-16 Thread brian
Chris Mattingly wrote: > brian wrote: >>Yes, i see, that's to invoke it. But i'm also reading that the config >>must be in imapd.conf yet i've seen no example for the syntax to do so >>(nor what is required (or even suggested)). >> >>I'm also wondering how to have squatter run against all IMAP ma

Re: SQUAT config

2007-08-16 Thread Robert Banz
>> > > Yes, i see, that's to invoke it. But i'm also reading that the config > must be in imapd.conf yet i've seen no example for the syntax to do so > (nor what is required (or even suggested)). > > I'm also wondering how to have squatter run against all IMAP > mailboxes. > Do i need to specify

Re: SQUAT config

2007-08-16 Thread Chris Mattingly
brian wrote: > Chris Mattingly wrote: > >> brian wrote: >> >> >>> Thanks, this is becoming clearer. But how do i configure squatter? Am i >>> looking in the wrong place? >>> >>> brian >>> >>> >> Place the options in your cyrus.conf for squatter and you should be all >> set. For

Re: SQUAT config

2007-08-16 Thread brian
Chris Mattingly wrote: > brian wrote: > >> Thanks, this is becoming clearer. But how do i configure squatter? Am i >> looking in the wrong place? >> >> brian >> > > > Place the options in your cyrus.conf for squatter and you should be all > set. For example: > > EVENTS > { > > squatte

Re: SQUAT config

2007-08-15 Thread Chris Mattingly
brian wrote: > Thanks, this is becoming clearer. But how do i configure squatter? Am i > looking in the wrong place? > > brian > Place the options in your cyrus.conf for squatter and you should be all set. For example: EVENTS { squatter cmd="squatter -s" period=180 } -Chris --

Re: SQUAT config

2007-08-15 Thread brian
Robert Banz wrote: > On Aug 14, 2007, at 9:32 PM, brian wrote: > > >>brian wrote: >> >>>I'd like to index my mailboxes using squatter and have a couple of >>>questions. >>> >> >>~groan~ I had one more question. The squatter man page says: >> >>-s Skip mailboxes whose index file is older than

Re: SQUAT config

2007-08-14 Thread Robert Banz
On Aug 14, 2007, at 9:32 PM, brian wrote: > brian wrote: >> I'd like to index my mailboxes using squatter and have a couple of >> questions. >> > > ~groan~ I had one more question. The squatter man page says: > > -s Skip mailboxes whose index file is older than their current > squat > file

Re: SQUAT config

2007-08-14 Thread Robert Banz
> > Last question: i'm really not sure i understand what the benefit of > having a SQUAT index is (aside from avoiding seeing "SQUAT failed to > open index file" in the log). I mean, i get that it makes searching > faster. But does this have to do with, let's say, clicking on a > mailbox > folder

Re: SQUAT config

2007-08-14 Thread brian
brian wrote: > I'd like to index my mailboxes using squatter and have a couple of > questions. > ~groan~ I had one more question. The squatter man page says: -s Skip mailboxes whose index file is older than their current squat file (within a small time delta). The squat file isn't the ind

SQUAT config

2007-08-14 Thread brian
I'd like to index my mailboxes using squatter and have a couple of questions. The squatter man page reports that configuration can be placed in imapd.conf but says nothing about the syntax. I checked the man page for imapd.conf but found nothing. So, what does it want to see? Also, do i need t