Closed href closed 1 month 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:
-A
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.
Before this change, dovecot could only check if users existed, but it could not iterate over them. That is, the following would not work
Nor any command that takes
-A
(all-users), like so: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.