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
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
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
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
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
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
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
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
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