Re: Cyrus::IMAP::Admin error text in setacl method.

2015-03-19 Thread Bron Gondwana
Pretty sure you can't use wildcards.  Use perl to get a listing of mailboxes and then iterate over that list in perl, calling setacl on each one. Bron. On Thu, Mar 19, 2015, at 07:21 PM, Manuel Vazquez wrote: > Hi!. > > I don't know is this question is or not off topic.  > > I write  a s

Cyrus::IMAP::Admin error text in setacl method.

2015-03-19 Thread Manuel Vazquez
Hi!. I don't know is this question is or not off topic. I write a script in perl to set acl to one user on the many mailbox in my cyrus servers. When I call the method setaclmailbox($mailbox,$user,$acl) and I try to send the wildcards on the $mailbox var, the method fail. I print the error but t