Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-19 Thread Etienne Goyer
Ok, I found the source of my problem. I am using altnamespace, and it is setted on every machine in the Murder. I found out by syslog()ing variable inimpad.c that mailbox_open_header() try to open user.admin.user.test123. If don't set altnamespace in the backend, it work. Next question : are th

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-19 Thread Rob Siemborski
On Fri, 19 Dec 2003, Etienne Goyer wrote: > Ok, I found the source of my problem. I am using altnamespace, and it > is setted on every machine in the Murder. I found out by syslog()ing > variable inimpad.c that mailbox_open_header() try to open > user.admin.user.test123. If don't set altnamespa

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-18 Thread Etienne Goyer
On Wed, Dec 17, 2003 at 05:43:26PM -0500, Rob Siemborski wrote: > On Wed, 17 Dec 2003, Etienne Goyer wrote: > You lose many of the privs of being an 'admin' when you are being proxied. > (namely, the ones that don't come directly from an ACL). > > This behavior originated from the belief that prox

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Rob Siemborski
On Wed, 17 Dec 2003, Etienne Goyer wrote: > Since nobody answered yet, I guess this one is a little thorny. I'll > resume the symptom to make the big picture clearer : > > SELECTing INBOX as a user on frontend: work > SELECTing user/ as a user on frontend: _don't_ work > SELECTing user/ as an adm

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Rob Siemborski
On Wed, 17 Dec 2003, Ken Murchison wrote: > > Obviously, I have check user/test123 exist. Actually, when I connect > > directly to the backend where it reside, I can SELECT it no problem. > > > > Also, as user test123, I can't SELECT user/test123 ("NO Mailbox does not > > exist" too), but I succe

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Etienne Goyer
Since nobody answered yet, I guess this one is a little thorny. I'll resume the symptom to make the big picture clearer : SELECTing INBOX as a user on frontend: work SELECTing user/ as a user on frontend: _don't_ work SELECTing user/ as an admin on frontend: _don't_ work SELECTing user/ as an ad

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Etienne Goyer
If you mean a telemetry log on the backend, here it is : -- admin Wed Dec 17 15:13:41 2003 <10716920211071692021>* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS >NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT >THREAD=ORDEREDSUBJECT THREAD=REFE

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Ken Murchison
Etienne Goyer wrote: Hi, I can't SELECT mailbox on a frontend in a Murder when logged in as an admin account. Example : * OK frontend1 Cyrus IMAP4 Murder v2.1.15 server ready . login admin *** . OK User logged in . select user/test123 . NO Mailbox does not exist . logout * BYE LOGOUT recei

Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Etienne Goyer
Hi, I can't SELECT mailbox on a frontend in a Murder when logged in as an admin account. Example : * OK frontend1 Cyrus IMAP4 Murder v2.1.15 server ready . login admin *** . OK User logged in . select user/test123 . NO Mailbox does not exist . logout * BYE LOGOUT received . OK Completed Obv