I am running Cyrus 2.2.3 and I am running virtual domains, which I have working. I am trying to create a shared folder for all the users.
I first tried to create a shared folder, like shared/News, but I kept on getting a mailbox unknown error. So then I tried to create a shared folder, specifc to a domain, like shared/[EMAIL PROTECTED], but the same results. I've tried sending to: +shared/[EMAIL PROTECTED], shared/[EMAIL PROTECTED], and [EMAIL PROTECTED] Don't know what I'm doing wrong this time.
Here is my setup:
imapd.conf: postuser: shared altnamespace: yes virtdomains: yes defaultdomain: rm.posnetservices.com loginrealms: rm.posnetservices.com posnetservices.com offertone.com offermaker.net unixhierachysep: yes
Only thing I added to my was sendmail.mc: FEATURE(preserve_local_plus_detail)dnl
cyradm lm: shared/[EMAIL PROTECTED] (\HasNoChildren) [EMAIL PROTECTED] (\HasChildren) user/chris.paluch/[EMAIL PROTECTED] (\HasNoChildren) user/chris.paluch/[EMAIL PROTECTED] (\HasNoChildren) user/chris.paluch/[EMAIL PROTECTED] (\HasNoChildren) user/chris.paluch/[EMAIL PROTECTED] (\HasNoChildren) user/chris.paluch/[EMAIL PROTECTED] (\HasNoChildren) user/[EMAIL PROTECTED] (\HasChildren) user/[EMAIL PROTECTED] (\HasChildren) user/[EMAIL PROTECTED] (\HasNoChildren)
cyradm lam shared/[EMAIL PROTECTED]: cyrus lrswipcda anyone lrp
Based on the value of postuser and the name of your mailbox, the address which you would need to send to is:
shared+shared/[EMAIL PROTECTED]
The first "shared" is because of your value of postuser. Everything after the "+" is the mailbox name. Note that you could remove the value of postuser (thus making it "") and post to:
+shared/[EMAIL PROTECTED]
Or you could leave postuser alone and have your toplevel mailbox be [EMAIL PROTECTED] and post to:
[EMAIL PROTECTED]
-- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp
--- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html