Re: ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Rob Siemborski
On Thu, 5 Jun 2003, Etienne Goyer wrote:

 When I create a top-level mailbox containing IMAP-style utf7 caracters,
 it does not get any ACL.  The problem appear wheter using cyradm or not.
 Example :

 localhost.localdomain cm 'user.AOkA6QDp-'
 localhost.localdomain lam 'user.AOkA6QDp-'
 localhost.localdomain cm user.testing
 localhost.localdomain lam user.testing
 testing lrswipcda

 Maybe top-level mailboxes are supposed to only use 7 bits caracters ?

Most likely the authorization module doesn't like the username.
(auth_unix does not allow , for example).

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper



ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Etienne Goyer
Hi, 

When I create a top-level mailbox containing IMAP-style utf7 caracters,
it does not get any ACL.  The problem appear wheter using cyradm or not.
Example :

localhost.localdomain cm 'user.AOkA6QDp-'
localhost.localdomain lam 'user.AOkA6QDp-'
localhost.localdomain cm user.testing
localhost.localdomain lam user.testing
testing lrswipcda

Maybe top-level mailboxes are supposed to only use 7 bits caracters ?

-- 
Etienne GoyerLinux Québec Technologies Inc.
http://www.LinuxQuebec.com   [EMAIL PROTECTED]


Re: ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Etienne Goyer
Effectively, imapd had been configured with --with-auth=unix.  Is
there an alternative or a workaround, beside the obvious not using 8
bit caracter in mailbox name ?

Also, the ACL are not shown but does it exist ?

Finally, does that mean that it is impossible to have username
containing 8 bit caracters if imapd had been compiled with
--with-auth=unix ?

On Thu, Jun 05, 2003 at 11:06:09AM -0400, Rob Siemborski wrote:
 On Thu, 5 Jun 2003, Etienne Goyer wrote:
 
  When I create a top-level mailbox containing IMAP-style utf7 caracters,
  it does not get any ACL.  The problem appear wheter using cyradm or not.
  Example :
 
  localhost.localdomain cm 'user.AOkA6QDp-'
  localhost.localdomain lam 'user.AOkA6QDp-'
  localhost.localdomain cm user.testing
  localhost.localdomain lam user.testing
  testing lrswipcda
 
  Maybe top-level mailboxes are supposed to only use 7 bits caracters ?
 
 Most likely the authorization module doesn't like the username.
 (auth_unix does not allow , for example).
 
 -Rob
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
 Research Systems Programmer * /usr/contributed Gatekeeper

-- 
Etienne GoyerLinux Québec Technologies Inc.
http://www.LinuxQuebec.com   [EMAIL PROTECTED]


Re: ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Rob Siemborski
On Thu, 5 Jun 2003, Etienne Goyer wrote:

 Effectively, imapd had been configured with --with-auth=unix.  Is
 there an alternative or a workaround, beside the obvious not using 8
 bit caracter in mailbox name ?

No workarounds without fixing the authorization module, no.

 Also, the ACL are not shown but does it exist ?

It doesn't exist.

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper