16 Aug
2009
16 Aug
'09
3:50 a.m.
On Mon, 2009-08-10 at 10:03 +0200, Mathias Tausig wrote:
namespace shared { separator = / prefix = shared/%%d/%%n/ location = maildir:/var/spool/vmaildir/%%d/%%n/
I don't think you should use a shared namespace for this. You just want everything in domain/ to be shared to users in that domain?
Not neccesarily everything. I want to be able to share info@domain to user1 and office@domain to user2.
Two easiest ways to do this:
a) Just create symlinks to those mailboxes to user1's and user2's Maildir.
b) Put all such shared mailboxes under e.g. /var/spool/shared-mails and then create a public namespace pointing there and set up permissions properly to dovecot-acl files.