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 altnamespace

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

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 proxy

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

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

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 1071692021C2 Capability 1071692021* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT

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/user as a user on frontend: _don't_ work SELECTing user/user as an admin on frontend: _don't_ work SELECTing

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/user as a user on frontend: _don't_ work SELECTing user/user as an