38 lines
983 B
Plaintext
38 lines
983 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
|
|
|
|
|
|
# - Index users .Sent Folder
|
|
# -
|
|
doveadm index -u <user@domain.ltd> .Sent
|
|
|
|
|
|
# - oder alternativ und etwas allgemeiner für egal welchen Unterordner
|
|
# - ==================================================================
|
|
# -
|
|
# - Index eines Unterverzeichnisses einer Mailbox löschen
|
|
# -
|
|
# - z.Bsp. für den 'gesendet' Ordner der Mailbox presse@mbr-berlin.de
|
|
# -
|
|
# - rm /var/vmail/mbr-berlin.de/presse/Maildir/.Sent/dovecot.index*
|
|
# - systemctl restart dovecot.service
|