7 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Shared INBOX!!
FromSent OnAttachments
fabricio bianco abreuJan 3, 2003 9:27 am 
Noel Burton-KrahnJan 3, 2003 11:43 am 
Greg JohnstoneJan 3, 2003 12:44 pm 
Brenda BellJan 3, 2003 12:54 pm 
Jerry AmundsonJan 3, 2003 1:19 pm 
Noel Burton-KrahnJan 3, 2003 2:34 pm 
Brenda BellJan 3, 2003 3:43 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Shared INBOX!!Actions...
From:Noel Burton-Krahn (no@burton-krahn.com)
Date:Jan 3, 2003 11:43:41 am
List:net.sourceforge.lists.courier-users

Have you tried using regular Unix groups and links to let b read a's Maildir? How about this?

# let's have b and a share a subfolder, not the whole Maildir maildirmake ~a/Maildir/Folder

# make b's Maildir/Folder point to a's. Courier will always look in # the user's home directory for the Maildir, so b's home Maildir must point # to the shared one # ln -s ~a/Maildir/Folder ~b/Maildir/Folder

# put b in a group that can read/write a's maildir groupadd agroup usermod -G agroup b

# make sure the group can read/write each other's file in Maildir. chgrp -R agroup ~a/Maildir/Folder chmod g+wx ~a/Maildir/Folder find ~a/Maildir/Folder -type d | xargs g+s

--Noel

----- Original Message ----- From: "fabricio bianco abreu" <fabr@tc.df.gov.br> To: <cour@lists.sourceforge.net> Sent: Friday, January 03, 2003 9:28 AM Subject: [courier-users] Shared INBOX!!

Hi folks,

It is the second time I ask the very same question in this list. Would someone please point me a solution? I have seen people answering questions about shared folders (and it is fairly documented on README files). Yet, it does not answer my question.

I would like to know how to build a shared INBOX, that is, user A want to read/delete user's B INBOX, although user A does not know user's B password.

I have read some documentation about "maildirmake", including all README files available. I have noticed it is useful to share a FOLDER ($HOME/Maildir/.FOLDER) between two or more users, but not the INBOX ($HOME/Maildir/cur, new & tmp).

I am looking for an strategy to create a "corporative mail account", similar to what we find in Microsoft's Exchange server.

I am using Postfix to deliver messages directly to $HOME/Maildir using the parameter "home_mailbox = Maildir/" in main.cf

Would anybody help me?

Best Regards,