Hi there,
Having trouble with shared mailboxes. Followed the documentation, but the IMAP LIST doesn't work for mailboxes besides "INBOX" etc. In the meantime I've switched from file based acl_shared_dict to DB based as some people had problems with it. However still no success.
I can see entries in the DB, doveadm acl get ... returns that the mailbox is shared, but it is not listed in doveadm mailbox list ... My configuration: https://pastebin.com/aWnMXJ4J
Help would be very appreciated!
Le 9/11/23 à 16:04, exactoph via dovecot a écrit :
Hi there,
Having trouble with shared mailboxes. Followed the documentation, but the IMAP LIST doesn't work for mailboxes besides "INBOX" etc. In the meantime I've switched from file based acl_shared_dict to DB based as some people had problems with it. However still no success.
I can see entries in the DB, doveadm acl get ... returns that the mailbox is shared, but it is not listed in doveadm mailbox list ... My configuration: https://pastebin.com/aWnMXJ4J
Help would be very appreciated!
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
If you made sure that the mailbox is shared, maybe the other mailbox who wants to access it needs to subscribe first.
Best,
-- Yassine -- sysadm 57 33
The issue has been solved in the IRC chat. I'm using fs Layout for mail_location: # mail_location = maildir:~/mail:LAYOUT=fs but I didn't use it in the shared namespace # location = maildir:%%h/mail:INDEX=~/shared_mailboxes/%%n
So dovecot searched for mailboxes in maildir++ layout (e.g. user/.SharedMails instead user/SharedMails). Adding the layout definition to the location in the shared namespace fixed the issue.
participants (3)
-
exactoph
-
exactoph@protonmail.com
-
Yassine Chaouche