Here is the doveconf -n
output:
root@mail:~# doveconf -n
2.2.13: /etc/dovecot/dovecot.conf
OS: Linux 3.14.32-xxxx-grs-ipv6-64 x86_64
auth_debug = yes auth_default_realm = domain.com auth_mechanisms = plain login auth_verbose = yes imapc_host = imap-mail.outlook.com mail_gid = vmail mail_home = /home/vmail/%d/%n mail_location = maildir:~/Maildir mail_plugins = acl mail_shared_explicit_inbox = yes mail_uid = vmail managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace { list = yes location = maildir:/home/vmail/Public:INDEXPVT=~/Maildir/Public prefix = Public/ separator = / subscriptions = yes type = public } namespace { list = children location = maildir:/home/vmail/domain.com/%%u/Maildir:INDEXPVT=~/Maildir/shared/%%u prefix = Shared/%%u/ separator = / subscriptions = yes type = shared } namespace inbox { inbox = yes location = 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 = / type = private } passdb { args = /etc/dovecot/dovecot-ldap.conf.ext driver = ldap } plugin { acl = vfile acl_shared_dict = file:/home/vmail/domain.com/shared-mailboxes2 sieve = ~/.dovecot.sieve sieve_before = /etc/dovecot/sieve/dovecot.sieve sieve_dir = ~/sieve } postmaster_address = postmaster@domain.com protocols = " imap lmtp sieve" service auth { unix_listener auth-client { group = Debian-exim mode = 0660 user = Debian-exim } } service imap-login { inet_listener imap { port = 0 } inet_listener imaps { port = 993 ssl = yes } } service lmtp { unix_listener lmtp { mode = 0666 } } ssl = required ssl_cert = </etc/dovecot/mail.domain.com.pem ssl_key = </etc/dovecot/private/mail.domain.com.private.pem ssl_key_password = ########### userdb { args = /etc/dovecot/dovecot-ldap.conf.ext driver = ldap } userdb { args = /etc/dovecot/dovecot-ldap-shared_mailboxes.conf.ext driver = ldap override_fields = mail=maildir:/home/vmail/Public/.%n } verbose_ssl = yes protocol lmtp { mail_plugins = acl sieve } protocol imap { mail_plugins = acl imap_acl }
On 3 Jul 2016, at 16:58, Marti Markov <marti1234@gmail.com> wrote:
Tried it but now luck in either OX App Suite or Thunderbird.
The thing is that it isn’t even listed as a subscribeable folder. For example I have a Public namespace at that lists all the public mailboxes but Shared doesn’t list anything.
I installed an addon in Thunderbird for ACL and that lists correct permissions on the INBOX folders. (Users having lookup & read permissions).
I can post the doveconf output if you want?
On 3 Jul 2016, at 16:52, aki.tuomi@dovecot.fi wrote:
On July 3, 2016 at 6:46 PM Marti Markov <marti1234@gmail.com> wrote:
Aki, you were right. It was at /usr/lib/dovecot
Here is the output:
- LIST (\Noselect \HasChildren) "/" Shared
- LIST (\Noselect \HasChildren) "/" Shared/d.marteva
- LIST (\HasNoChildren) "/" Shared/d.marteva/INBOX
Can you try
doveadm mailbox subscribe -u yourusername Shared/d.marteva/INBOX
Aki