Thanks for the suggestion. I went and removed the "postuser" parameter from imapd.conf and restarted Cyrus. Unfortunately I still get the same message when I send to either +shared/[EMAIL PROTECTED] or [EMAIL PROTECTED] Sending to [EMAIL PROTECTED] seemingly has worked.
----- The following addresses had permanent fatal errors ----- <+shared/[EMAIL PROTECTED]> (reason: 550-Mailbox unknown. Either there is no mailbox associated with this)
----- Transcript of session follows ----- ... while talking to localhost:
DATA
<<< 550-Mailbox unknown. Either there is no mailbox associated with this <<< 550-name or you do not have authorization to see it. <<< 550 5.1.1 User unknown 550 5.1.1 <+shared/[EMAIL PROTECTED]>... User unknown <<< 503 5.5.1 No recipients
I'm guessing that this is a problem with your Sendmail config. I just tested this locally by talking directly to lmtpd and I can post to +shared/[EMAIL PROTECTED] just fine. You might want to try to change the name of shared/News to shared/news. I *think* sendmail might be downcasing the entire localpart of the address. If that doesn't solve the problem, search the list for virtdomains sendmail configs.
[Original Message] From: Ken Murchison <[EMAIL PROTECTED]> To: Christopher Paluch <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Date: 2/23/2004 6:11:50 PM Subject: Re: Shared Mailboxes/Bulletin Board Problem
Christopher Paluch wrote:
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
-- 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