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,
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
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
> 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
> 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