On Dec 10, 2007 8:29 PM, Mike Eggleston <mikeegg1@xxxxxxx> wrote: > On Mon, 10 Dec 2007, Michael Menge might have said: > > > Hi, > > > > Cyrus keeps the \Seen status for each user that has read acces to a Mailbox. > > So the user to login anf change the \Seen flag has to be the same as > > the one who checking the status afterwards. > > > > In 2.3.10 there is a shared seen status which might be usefull. > > > > > > > > Quoting Mike Eggleston <mikeegg1@xxxxxxx>: > > > > > I know this is a perl question and not an imap-specific question, > > > but I don't have access to my perl lists from this computer. > > > > > > The script below compiles and seems to run just fine, but the > > > message flags are not set to \Seen in the line > > > > > > $imap->see(@msgs); > > > > > > Is there something I'm missing? > > So I am not able to set \Seen as the cyrus user in a normal user's account > and have that normal user seen the setting of the \Seen flag? > > If so, I can see where that makes sense, but *really* what I need at the > moment. I had a glitch this morning and all *.seen files were corrputed. > I shutdown the server, removed the *.seen files, started the server, and > now want to reset \Seen for all my users. SASL and imap let you login as a user using the cyrus (or any admin) credential, but I dont know how you do that using perl! try # imtest -u user@xxxxxxxxxxx -a admin@xxxxxxxxxxx localhost > > Mike > > ---- > 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 > -- Alain Spineux aspineux gmail com May the sources be with you ---- 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