Search K
Appearance
Appearance
doveadm-obox - Utility actions for Dovecot's obox mailbox format
doveadm [GLOBAL OPTIONS] obox command [arguments]
doveadm obox can be used to run actions that interact with and modify Dovecot's obox mailbox format.
doveadm [GLOBAL OPTIONS] obox user delete [-A | -u user | -F file | --no-userdb-lookup] [-S socket_path]
Delete all data associated with a user from obox storage and metacache.
Additionally, 'doveadm metacache remove' should be executed after this command is performed.
NOTE: Data in fscache, and userdb information, is not removed.
WARNING! This command can erase ALL data associated with a user!
doveadm [GLOBAL OPTIONS] obox user wait [-A | -u user | -F file | --no-userdb-lookup] [-S socket_path] [-t secs]
Wait until there are no more sessions (imap, lmtp, etc.) accessing the user. If there are still sessions after secs seconds, fail with exit code 65.
Delete all data for user 'bob'.
doveadm obox user delete -u bob