Re: limit sharing ability to certain users

2018-08-05 Thread Aki Tuomi
On 06.08.2018 08:26, Aki Tuomi wrote: > > You could do > > userdb { >    driver = username_format=%Lu passwd-file >    args = /etc/dovecot/share.passwd > } > > #  /etc/dovecot/share.passwd > t...@onnet.ch::: userdb_acl=vfile:/etc/dovecot/dovecot-acl > userdb_acl_globals_only = yes > > should

Re: limit sharing ability to certain users

2018-08-05 Thread Aki Tuomi
You could do userdb {    driver = username_format=%Lu passwd-file    args = /etc/dovecot/share.passwd } #  /etc/dovecot/share.passwd t...@onnet.ch::: userdb_acl=vfile:/etc/dovecot/dovecot-acl userdb_acl_globals_only = yes should prevent the user from modifying any ACL files. Aki On

limit sharing ability to certain users

2018-08-05 Thread Simeon Ott
Hello Is it possible to limit the ability of sharing it’s own mailboxes to only a few users? We have a few sensitive mailboxes of users where the ability to share via IMAP SETACL should be prevented. I tried the following so far… doveadm acl remove -u t...@onnet.ch INBOX user=t...@onnet.ch

dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve"

2018-08-05 Thread Tony
Hi, Currently using dovecot 2.3.2.1 and pigeonhole 0.5.2 on two identical hosts. I recently noticed ".dovecot.sieve" and ".sieve/managesieve.sieve" are not replicating from one host to the other in either direction. Mail is having no trouble replicating on both hosts with dsync, it is only

Re: replication fails and corrupts index with zlib enabled

2018-08-05 Thread fauno
El 04/08/18 a las 13:13, Aki Tuomi escribió: > There has definetly been fixes in this area since 2.2.13 and most likely your > issue is fixed. Thanks! I built 2.2.36, I'll test it and come back with results :) signature.asc Description: OpenPGP digital signature

Re: Assertion failure with IMAP NOTIFY

2018-08-05 Thread Florian Pritz
On Sun, Aug 05, 2018 at 04:29:10PM +0200, Florian Pritz wrote: > For a few weeks I've been running a custom notification script[1] that > uses IMAP NOTIFY. The script uses a single connection, sets up a NOTIFY > watch on a couple of mailboxes + automatic FETCH for the selected > mailbox. If a

Assertion failure with IMAP NOTIFY

2018-08-05 Thread Florian Pritz
Hi, For a few weeks I've been running a custom notification script[1] that uses IMAP NOTIFY. The script uses a single connection, sets up a NOTIFY watch on a couple of mailboxes + automatic FETCH for the selected mailbox. If a status update arrives for a different mailbox, it selects that box and

limit sharing ability to certain users

2018-08-05 Thread simeon . ott
Hello Is it possible to limit the ability of sharing it’s own mailboxes to only a few users? We have a few sensitive mailboxes of users where the ability to share via IMAP SETACL should be prevented. I tried the following so far… doveadm acl remove -u t...@onnet.ch