22 lines
502 B
Plaintext
22 lines
502 B
Plaintext
# ----------
|
|
# - Doveadm-Index
|
|
# ----------
|
|
|
|
# - Index users INBOX:
|
|
# -
|
|
doveadm index -u <user@domain.ltd> INBOX
|
|
|
|
|
|
# - Index INBOX for ALL users
|
|
# -
|
|
doveadm index -A INBOX
|
|
|
|
|
|
# - Under certain circumstances it may happen, that dovecot
|
|
# - is unable to automatically solve problems with mailboxes.
|
|
# - In such situations the force-resync command may be helpful.
|
|
# - It tries to fix all problems. For sdbox and mdbox mailboxes
|
|
# -the storage files will be also checked.
|
|
# -
|
|
doveadm force-resync -A INBOX
|