Displaying 1 result from an estimated 1 matches for "xfeeds".
Did you mean:
  feeds
  
2013 Oct 14
1
Public dovecot namespace visible only to some users
...l
user setup (e.g. all accounts are mapped to the same system user). I?d
like to create a public namespace shared between users A and B, but not
any other user.
I tried to set up the namespace as follows:
        namespace {
          type = public
          separator = .
          prefix = INBOX.XFeeds.
          location = maildir:/var/vhosts/feeds:INDEX=~/Maildir/feeds/
          subscriptions = no
        }
        
together with a acl-file:
        /var/vhosts/feeds $ cat dovecot-acl
        user=A lrwstipekxa
        user=B lrwipk
        
Now user C cannot access the contents of the XFeeds...