2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Shared Maildir Qu...
FromSent OnAttachments
Chris BennettJul 28, 2006 8:24 am 
Sam VarshavchikJul 29, 2006 1:13 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 Maildir QuestionActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 29, 2006 1:13:00 pm
List:net.sourceforge.lists.courier-users

Chris Bennett writes:

Hi Everyone.

I'm wondering if this functionality is possible with shared mailboxes. I have one email account per employee. and one email account per store. I would like to have multiple employees have access to email sent to the store's general mail account.

I'm using virtual users and their mail is all stored in /home/vmail/domain.tld/username/. Permissions are realy not an issue since all files are owned by vmail.vmail I tried doing this: # cd /home/vmail/domain.tld/employee # maildirmake --add "Store Email"=/home/vmail/domain.tld/store1 .

Wrong tool for the wrong job. You want virtual shared folders with access control lists, not filesystem permissions-based shared folders.

With ACLs you get to define exactly who gets to do what with which folder.

See maildir/README.sharedfolders, and the man pages for more info.