Search K
Appearance
Appearance
doveadm [GLOBAL OPTIONS] indexer command [OPTIONS] [ARGUMENTS]
doveadm indexer can be used to manage the indexer process.
doveadm [GLOBAL OPTIONS] indexer add [-h] [-n max_recent] user mailbox
Add indexing request for the given user and the mailbox to the indexer queue. It works the same as the doveadm index -q command.
doveadm [GLOBAL OPTIONS] indexer remove user_mask
Remove all indexer requests for the matching user_mask. It's possible to use wildcards. Requests that are currently processed by indexer-worker are not listed; use doveadm kick instead to kick them.
doveadm [GLOBAL OPTIONS] indexer list user_mask [mailbox_mask]
List all the queued indexing requests matching the user_mask (and the mailbox_mask). It's possible to use wildcards. Requests that are currently processed by indexer-worker are not listed; use doveadm who instead to see them.