Displaying 2 results from an estimated 2 matches for "mail_shared".
Did you mean:
  mail_shares
  
2012 Aug 24
0
Shared mdboxes
Hi Timo, 
I'm trying to share two folders. The first one it's public and the other is per user based, using acl's to control access etc . Dovecot create the folders, but when I'll subscribe using ThunderBird client both of them seens like watermarked and has a "mailboxes" folder inside. I can set up the acl's rules using Thunderbird. Log files like mail.log don't
2018 Jun 09
0
Doveadm sync: Can't create mailbox mail_public/public: Permission denied if synchronize all the available namespaces
...lational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext imapflags notify
mbox_write_locks = fcntl
namespace {
  hidden = no
  inbox = no
  list = children
  location = mdbox:/srv/vmail/imap/domains/%%d/%%u:INDEXPVT=~/mail_shared/%%u
  prefix = mail_shared/%%u/
  separator = /
  subscriptions = no
  type = shared
}
namespace {
  hidden = no
  inbox = no
  list = children
  location = mdbox:/srv/vmail/imap/domains/%d/_mail_public:INDEXPVT=~/mail_public
  prefix = mail_public/
  separator = /
  subscriptions = no
  type = pub...