Recursive doveadm acl add for shared mailbox

2024-12-17 Thread r.barclay--- via dovecot
Hello, I have a shared mailbox (e.g. "i...@example.org") and want to give a new user (e.g. "john@example.org") access. I can use: doveadm acl add -u i...@example.org INBOX user=john@example.org create delete expunge insert lookup post read write write-deleted write-seen Unfortunately,

Re: Recursive doveadm acl add for shared mailbox

2024-12-17 Thread Markus Bach via dovecot
If doveadm has no such feature, one could think about writing a shell script that queries all Maildir (sub)folders and runs the doveadm acl add for each entry. But I guess someone else must have had this task before me, so I hoped there is a "standard approach". A more portable approach than ge

Is there anyway for mail logger plugins to log RETR event??

2024-12-17 Thread Chi Min Wang via dovecot
Hello Everyone:   The dovecot mail_logger_plugins did support delete/undelete/expunge/mailbox_delete/mailbox_rename event log,is it possible to add RETR event log??  Thanks!! ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an

Re: Re: Recursive doveadm acl add for shared mailbox

2024-12-17 Thread r.barclay--- via dovecot
> Please see > https://doc.dovecot.org/2.3/configuration_manual/acl/#acl-inheritance-and-default-acls Thank you for your quick response! I've already read that page multiple times but I'm still not sure what I could do. If doveadm has no such feature, one could think about writing a shell scri

Re: Recursive doveadm acl add for shared mailbox

2024-12-17 Thread Aki Tuomi via dovecot
> On 17/12/2024 13:40 EET r.barclay--- via dovecot wrote: > > > Hello, > > I have a shared mailbox (e.g. "i...@example.org") and want to give a new user > (e.g. "john@example.org") access. > > I can use: > doveadm acl add -u i...@example.org INBOX user=john@example.org create > de