> > I just created a shared mailbox where users can subscribe and post to 
> > by addressing [EMAIL PROTECTED] mail gets delivered correctly. But 
> > I'm trying to achieve that [EMAIL PROTECTED] gets delivered to 
> > this shared mailbox.
> I must admit that I don't fully understand what you want to achieve - 

Ditto.

Maybe what you want is to set postuser in your imapd.conf.

For instance we have:
postuser: shared

So shared+folder1@ gets sent to /folder1;  under no user.  or shared
+folderA.folderB gets sent to /folderA/folderB.

Sending to username+folderB looks for /user/username/folderB.

> because of that I can only give a generic hint: the most common 
> problems are permissions. The delivery user must have Post ("p") 
> permissions to the subfolder.

Yep.  Anonymous needs p if you want to receive unauthenticated messages
to a folder.

> For [EMAIL PROTECTED] that would be user/user/[EMAIL PROTECTED] 
> (or user.user.shared) - or INBOX.shared for the user.
> Shared mailboxes are
> You can also use sieve to redirect mails to [EMAIL PROTECTED] or 
> [EMAIL PROTECTED] to the folder or something similar. Most WEb 
> interfaces are unable to filter the mailbox extension (thats what the 
> "shared" in [EMAIL PROTECTED] is called), though, so you'd 
> probably want to create a dedicated user for that.

----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to