Hi!
I have some trouble with userdb, ldap an extrafields for acl_groups.
There is a script in python, which fetches the groups and sets the
environment-variable ACL_GROUPS to this groups.
It works when i log in to imap (thunderbird for example shows my public
folders which are protected by acl_g
Well, you don't have postlogin scripts when running doveadm. Those are executed
by *-login and usually execute the actual protocol handler.
Try
env ACL_GROUPS=whatever doveadm mailbox list -u test.user
Aki
> On 04 February 2019 at 14:39 Jakobus Schürz wrote:
>
>
> Hi!
>
> I have some trou
Hi Aki!
The command didn't work. The protected mailbox is not shown.
It's not the big problem, when doveadm does not show the public mailbox.
The problem is, i have a sieve-filter, which puts some emails to this
mailboxes... and the sieve-filter does not work too... the same problem
"permission d
On Fri, Feb 1, 2019 at 11:37 PM Aki Tuomi
wrote:
>
> On 01 February 2019 at 23:16 Mark Moseley < moseleym...@gmail.com> wrote:
>
>
> Running: Ubuntu xenial, dovecot 2.2.36
>
> I've been working on moving our user base from maildir to mdbox and trying
> to come up with solutions for things like mo
This has got to be something weird in my config. And the standard
disclaimer of '"happy to post doveconf -n, but wanted to see if this is
normal first" :)
Background: Ubuntu Xenial, running 2.2.36. Mailbox type is mdbox and I've
got a period separator in my inbox namespace:
namespace {
hidden =
Hi,
I found a 9 year old thread
(https://www.dovecot.org/list/dovecot/2010-October/054407.html) concerning
acl_groups in OpenLDAP. In this thread someone asked, if it is possible to
provide ACLs as multi value in OpenLDAP. I know that Dovecot expects acl_groups
as a comma separated list, so cu