> > On Wed, 2006-12-13 at 13:54 -0500, Tom Plancon wrote: > > > I've sort of inherited managing a cyrus 2.2.12 email server with postfix > > on a FC4 linux box. Generally things run smoothly, but I'm still getting > > up to speed and I see some errors regularly appearing in the maillog. > > The two most frequent are: > > > > Dec 13 13:16:41 pelican imap[6609]: SQUAT failed to open index file > > Dec 13 13:16:41 pelican imap[6609]: SQUAT failed > > This will create the SQUAT index: Add something like the following to the EVENTS section of cyrus.conf: squat cmd="squatter -r user" at=0300 This will run the given command at 3am every day. Or run the following script as a cronjob every night: #!/bin/bash su - cyrus -c "/usr/lib/cyrus/bin/squatter -r user/*" > > And > > > > Dec 13 13:18:14 pelican lmtpunix[6857]: IOERROR: fstating sieve script > > /var/lib/imap/sieve/x/xuser/defaultbc: No such file or directory > This is not an error AFAIK, it just saying you don't have default sieve script at user directory. > Result of debug level logging in your syslog.conf > Decrease it to info. > > MJ > ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html