17 Dec
2024
17 Dec
'24
2:46 p.m.
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 getting subfolders is to get all mailboxes with
doveadm mailbox list -u $user
. It's what I do in one of our scripts.