Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - googley

Pages: [1]
1
Hi everyone,

I try to share a mailbox folder by adding a user and set ACLs but when i reopen the "Sharring" window, my user disappear.

I saw that there was an acl problem.

So, i've modified dovecot.conf.mas like that:
Original : /usr/share/zentyal/stubs/mail/dovecot.conf.mas
Code: [Select]
protocol imap {
  mail_plugins = <% "@imapPlugins" %>
  mail_max_userip_connections = 20
}

Modified : /etc/zentyal/stubs/mail/dovecot.conf.mas
Code: [Select]
protocol imap {
  mail_plugins = <% "@imapPlugins" %> acl imap_acl
  mail_max_userip_connections = 20
}

plugin {
  acl = vfile
}

Now it works in SOGo interface, i can add users and ACLs !

BUT, i want to subscribe to my shared folder in Thunderbird but i can't see it :(

Is anyone have the same problem and is there a Dovecot configuration problem or a SOGo problem ?

Thanks in advance.

Regards.

Pages: [1]