Re: Can't get IDLE working..

2009-02-08 Thread Daniel O'Connor
On Monday 09 February 2009 13:59:52 Bron Gondwana wrote: > > It is annoying Pocket Outlook has such a gimpy IMAP engine though > > (FlexMail is > > nice however) > > I wouldn't know, I still do all my own email via offlineimap on my laptop > and then mutt against the Maildirs. No IDLE support or a

Re: Can't get IDLE working..

2009-02-08 Thread Bron Gondwana
On Mon, 09 Feb 2009 13:32 +1030, "Daniel O'Connor" wrote: > I got this.. > 5 OK Completed (0.000 sec) > <1234148011<6 IDLE > >1234148011>+ idling > >1234148059>* 2273 EXISTS > * 2 RECENT > <1234148059 >1234148059>6 OK Completed > <1234148059<7 FETCH 2272:* (UID FLAGS RFC822.SIZE INTERNALDATE) >

Re: Can't get IDLE working..

2009-02-08 Thread Daniel O'Connor
On Monday 09 February 2009 12:37:46 Bron Gondwana wrote: > On Mon, Feb 09, 2009 at 12:21:57PM +1030, Daniel O'Connor wrote: > > So.. I guess it IS working, although I can't tell the difference between > > idled & polling can I? > > Sorry, didn't get back to replying to this before... > > Easiest wa

Re: Another cache bug!

2009-02-08 Thread Patrick Boutilier
Bron Gondwana wrote: > On Sun, Feb 08, 2009 at 09:01:47PM -0400, Patrick Boutilier wrote: >> Feb 8 13:33:59 student2 cyr_expire[29242]: IOERROR: reading cache >> record for user.wooddm: got bogus offset 0 for 68/3; try reconstruct >> Feb 8 13:33:59 student2 cyr_expire[29242]: failure expiring

Re: Another cache bug!

2009-02-08 Thread Bron Gondwana
On Sun, Feb 08, 2009 at 09:41:48PM -0400, Patrick Boutilier wrote: > Bron Gondwana wrote: >> So - did you try a reconstruct? > > No, I wasn't sure if reconstructing would bring back expunged e-mails or > not. Plus I had 3893 accounts showing these errors and once cyr_expire > started working wi

Re: Can't get IDLE working..

2009-02-08 Thread Bron Gondwana
On Mon, Feb 09, 2009 at 12:21:57PM +1030, Daniel O'Connor wrote: > On Saturday 07 February 2009 16:02:29 Daniel O'Connor wrote: > > > imap/idled.c:312if ((s = socket(AF_UNIX, SOCK_DGRAM, 0)) == -1) { > > > > Ah whoops! > > > > OK, so why doesn't it work then? :) > > > > I should expect to see '

Re: Can't get IDLE working..

2009-02-08 Thread Daniel O'Connor
On Saturday 07 February 2009 16:02:29 Daniel O'Connor wrote: > > imap/idled.c:312if ((s = socket(AF_UNIX, SOCK_DGRAM, 0)) == -1) { > > Ah whoops! > > OK, so why doesn't it work then? :) > > I should expect to see 'IDLE' in the cap string when I connect, right? > I have restarted masterd after e

Re: Another cache bug!

2009-02-08 Thread Bron Gondwana
On Sun, Feb 08, 2009 at 09:01:47PM -0400, Patrick Boutilier wrote: > Feb 8 13:33:59 student2 cyr_expire[29242]: IOERROR: reading cache > record for user.wooddm: got bogus offset 0 for 68/3; try reconstruct > Feb 8 13:33:59 student2 cyr_expire[29242]: failure expiring > user.wooddm: System I/O

Re: Another cache bug!

2009-02-08 Thread Patrick Boutilier
Bron Gondwana wrote: > On Sun, Feb 08, 2009 at 09:01:47PM -0400, Patrick Boutilier wrote: >> Bron Gondwana wrote: >>> What are you seeing in your syslog? You do read your syslog, right? >>> (actually, I don't - it's bloody huge. We have auditlog as well, which >>> more that doubles its size. On

Re: Another cache bug!

2009-02-08 Thread Bron Gondwana
On Sun, Feb 08, 2009 at 09:01:47PM -0400, Patrick Boutilier wrote: > Bron Gondwana wrote: >> What are you seeing in your syslog? You do read your syslog, right? >> (actually, I don't - it's bloody huge. We have auditlog as well, which >> more that doubles its size. On the other hand, we have a p

Re: slow

2009-02-08 Thread Wesley Craig
On 07 Feb 2009, at 12:21, Iv Ray wrote: > The OS X Mail client is slow only to check mail (and presumably - the > subscribed mailboxes, which are several hundred). Then it works fine. > > Squirrelmail is slow on showing every single page (using the previous/ > next control). I hate to suggest the

Re: Another cache bug!

2009-02-08 Thread Patrick Boutilier
Bron Gondwana wrote: > On Sun, Feb 08, 2009 at 08:18:44AM -0400, Patrick Boutilier wrote: >> Bron Gondwana wrote: >>> Also note: in the event of cache corruption, mailbox_cache_size_detail >>> returns >>> zero bytes, which correctly makes append_copy re-parse the message file. >>> It's >>> all s

Re: Another cache bug!

2009-02-08 Thread Bron Gondwana
On Sun, Feb 08, 2009 at 08:18:44AM -0400, Patrick Boutilier wrote: > Bron Gondwana wrote: >> Also note: in the event of cache corruption, mailbox_cache_size_detail >> returns >> zero bytes, which correctly makes append_copy re-parse the message file. >> It's >> all shiny :) >> >> Wes/Ken - pleas

setinfo squat

2009-02-08 Thread Adam Tauno Williams
The cyradm "setinfo squat " command documentation says: Indicates that all mailboxes should have a squat indexes created for them (unless overridden by a mailbox annotation). It doesn't seem to indicate if the value of the value (???) has any meaning. Does assigning any value to this attribute

setinfo admin

2009-02-08 Thread Adam Tauno Williams
According to the man manpage the "setinfo admin " command sets the administrator e-mail address of the server. Is this value actually used anywhere or for any purpose? Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http:/

Displaying server metadata

2009-02-08 Thread Adam Tauno Williams
The description of "info" in cyradm is - info display mailbox/server metadata But how does one get it to display server metadata? It will display mailbox metadata, but I can't find any information on displaying the values set with setinfo (admin/comment/expire/motd/s

Re: Another cache bug!

2009-02-08 Thread Patrick Boutilier
Bron Gondwana wrote: > Wow, this is the thanks I get for doing sanity checks on files, find more > bugs! > > This one is due to delayed expunge, plain and simple. Cyrus decides what > cache > records to copy during an IMAP COPY command by reading the cache offsets for > msgno and msgno+1 (or th