how to subscribe a folder thru cyradm in cyrus 2.2.7
am 18.01.2007 09:13:16 von Pet Farrari
Hi,
I just found that the cyradm administration tool of cyrus 2.2.7 does not
have the subscribe/unsubsribe command I can use. I have added a Spam
folder in the imap user directory, now the only thing I need to do is to
subscribe it so that webmail (imap) user can see the folder.
With cyrus 2.2.7, is there any way I can subscribe the folder using
script? I used Cyrus::IMAP::Admin script witht cyrus->subscribe("Spam")
function.
The cyrus 2.3.x has this command.
Thanks
S
Re: how to subscribe a folder thru cyradm in cyrus 2.2.7
am 18.01.2007 22:40:47 von Pet Farrari
Pet Farrari wrote:
> Hi,
>
> I just found that the cyradm administration tool of cyrus 2.2.7 does not
> have the subscribe/unsubsribe command I can use. I have added a Spam
> folder in the imap user directory, now the only thing I need to do is to
> subscribe it so that webmail (imap) user can see the folder.
>
> With cyrus 2.2.7, is there any way I can subscribe the folder using
> script? I used Cyrus::IMAP::Admin script witht cyrus->subscribe("Spam")
> function.
>
> The cyrus 2.3.x has this command.
>
> Thanks
> S
I had this fixed by copying the newer version of Cyrus::IMAP::Admin perl
script onto the system. Now there is last problem remain is how to
resolve the real user folder name (the LOGNAME) from its alias on the fly.
S