debops / debops

DebOps - Your Debian-based data center in a box
https://debops.org/
1.26k stars 351 forks source link

[dovecot] Add ability to list users using doveadm #2481

Closed href closed 1 month ago

href commented 8 months ago

Before this change, dovecot could only check if users existed, but it could not iterate over them. That is, the following would not work

doveadm user '*'

Nor any command that takes -A (all-users), like so:

doveadm purge -A

With this change, a new default query is added that works like the existing default queries. Instead of searching for a user, it lists them however.