3. The permissions for the file are:root@dal-notify-01 Maildir]# ls -la /var/lib/dovecot/db/shared-mailboxes.db-rw-rw-r--. 1 operations sharedusers 197 Aug 26 20:33 /var/lib/dovecot/db/shared-mailboxes.db4. Users I'm testing with are part of the sharedusers group in /etc/group
shared/shared-boxes/user/u2.name/operations1
On Aug 27, 2018, at 10:50 AM, Aki Tuomi <aki.tuomi@dovecot.fi> wrote:acl_shared_dict file & folder must be readwritable by user performing the sharing as stated in wiki.---Aki TuomiDovecot oy-------- Original message --------From: Jason Perry <jason.perry@dtainc.us>Date: 27/08/2018 17:01 (GMT+02:00)Subject: Issue sharing folders with ThunderbirdTrying to share folder "JasonAlerts" within mailbox operations to user u1.name
Issues:1. Shared mailboxes do not appear under subscriptions in Thunderbird for another user2. When I try to set permissions via IMAP commands I get in /var/log/dovecot.logAug 26 20:33:24 imap(operations): Error: nfs_flush_chown_uid: chown(/var/lib/dovecot/db) failed: Permission denied3. The permissions for the file are:root@dal-notify-01 Maildir]# ls -la /var/lib/dovecot/db/shared-mailboxes.db-rw-rw-r--. 1 operations sharedusers 197 Aug 26 20:33 /var/lib/dovecot/db/shared-mailboxes.db4. Users I'm testing with are part of the sharedusers group in /etc/group5. IMAP commands DO write to the file:[root@dal-notify-01 Maildir]# cat /var/lib/dovecot/db/shared-mailboxes.dbshared/shared-boxes/user/u1.name/u2.name1shared/shared-boxes/user/operations/u2.name1shared/shared-boxes/user/u1.name/operations1shared/shared-boxes/user/u1.name/operations16. It will also write to the user's /home/operations/Maildir/.JasonAlert/dovecot-acl fileuser=u1.name ilrw
However if I got into Thunderbird and try to subscribe, none of the shared folders are listed. Can anyone help?? Thanks!!
Dovecot version = 2.2.10
dovecot -n[root@server]# dovecot -n# 2.2.10: /etc/dovecot/dovecot.conf# OS: Linux 3.10.0-693.17.1.el7.x86_64 x86_64 CentOS Linux release 7.4.1708 (Core)first_valid_uid = 100listen = *log_path = /var/log/dovecot.logmail_debug = yesmail_location = maildir:~/Maildirmail_plugins = aclmail_privileged_group = mailmbox_write_locks = fcntlnamespace Private {hidden = noinbox = nolist = nolocation =prefix = Private/separator = /type = private}namespace Public {hidden = noinbox = nolist = nolocation = maildir:/var/mail/publicprefix = Public/separator = /subscriptions = yestype = public}namespace Shared {hidden = noinbox = nolist = yeslocation = maildir:/var/mail/%u:INDEXPVT=~/Maildir/%uprefix = shared/%u/separator = /subscriptions = yestype = shared}namespace inbox {inbox = yeslocation =mailbox Drafts {special_use = \Drafts}mailbox Junk {special_use = \Junk}mailbox Sent {special_use = \Sent}mailbox "Sent Messages" {special_use = \Sent}mailbox Trash {special_use = \Trash}prefix =separator = /}passdb {driver = pam}passdb {driver = pam}plugin {acl = vfileacl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes.db}protocols = imapssl_cert = </etc/pki/dovecot/certs/dovecot.pemssl_key = </etc/pki/dovecot/private/dovecot.pemsyslog_facility = local2userdb {driver = passwd}userdb {driver = passwd}protocol imap {mail_plugins = acl imap_acl}