Robert Schetterer schrieb:
> Timo Sirainen schrieb:
>> On May 22, 2009, at 3:47 AM, Robert Schetterer wrote:
>>
>>> Timo Sirainen schrieb:
On Mon, 2009-05-18 at 01:40 +0200, Robert Schetterer wrote:
> could you include an example for having
> acl_shared_dict in sql ?
See if you ca
Timo Sirainen schrieb:
> On May 22, 2009, at 3:47 AM, Robert Schetterer wrote:
>
>> Timo Sirainen schrieb:
>>> On Mon, 2009-05-18 at 01:40 +0200, Robert Schetterer wrote:
could you include an example for having
acl_shared_dict in sql ?
>>>
>>> See if you can get it working with these kin
On May 22, 2009, at 3:47 AM, Robert Schetterer wrote:
Timo Sirainen schrieb:
On Mon, 2009-05-18 at 01:40 +0200, Robert Schetterer wrote:
could you include an example for having
acl_shared_dict in sql ?
See if you can get it working with these kind of settings:
http://www.dovecot.org/list/dov
Timo Sirainen schrieb:
> On Mon, 2009-05-18 at 01:40 +0200, Robert Schetterer wrote:
>> could you include an example for having
>> acl_shared_dict in sql ?
>
> See if you can get it working with these kind of settings:
> http://www.dovecot.org/list/dovecot/2009-April/038922.html
>
Hi Timo, no ch
Timo Sirainen schrieb:
> On Mon, 2009-05-18 at 01:40 +0200, Robert Schetterer wrote:
>> could you include an example for having
>> acl_shared_dict in sql ?
>
> See if you can get it working with these kind of settings:
> http://www.dovecot.org/list/dovecot/2009-April/038922.html
>
Thanks Timo, i
On Mon, 2009-05-18 at 01:40 +0200, Robert Schetterer wrote:
> could you include an example for having
> acl_shared_dict in sql ?
See if you can get it working with these kind of settings:
http://www.dovecot.org/list/dovecot/2009-April/038922.html
signature.asc
Description: This is a digitally s
Hi Timo,
wiki says
-
Shared mailbox listing
.
You could use any dictionary backend, such as SQL or Berkeley DB, but a
simple flat file should work pretty well too:
plugin {
acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes.db
}
could you include an example fo