Doveadm index was impolemented in 2.013
The most important changes since v2.0.12:
+ Added "doveadm index" command to add unindexed messages into
index/cache. If full text search is enabled, it also adds unindexed
messages to the fts database.
I might update dovecot! Willl look for any trouble i might have!
Thanks!
Still looking for:
My question is, do i need to delete older indexes to have it consistenly, or dovecot is able "update" the indexes or it sees that it is broken and rebuild it all?
After changing the fts parameter!
[]'sf.rique
On Wed, Jun 1, 2011 at 11:01 AM, Henrique Fernandes <sf.rique@gmail.com>wrote:
Thanks for the second question, but in wich version the index comanda was implement? I will look it!
I use # 2.0.6: /etc/dovecot/dovecot.conf
And it does not have, it might be time to update dovecot!
# doveadm index -v -u user@example INBOX usage: doveadm [-Dv] [-f <formatter>] <command> [<args>]
altmove [-u <user>|-A] <search query> auth [-a <auth socket path>] [-x <auth info>] <user> [<password>] config [doveconf parameters] director add|flush|map|remove|status dump [-t <type>] <path> expunge [-u <user>|-A] <search query> fetch [-u <user>|-A] <fields> <search query> force-resync [-u <user>|-A] <mailbox> help <cmd> import [-u <user>|-A] <source mail location> <dest parent mailbox> <search query> kick [-a <anvil socket path>] [-f] <user mask>[|]<ip/bits> log find|reopen|test mailbox create|delete|list|mutf7|rename|status|subscribe|unsubscribe penalty [-a <anvil socket path>] [<ip/bits>] purge [-u <user>|-A] pw [-l] [-p plaintext] [-r rounds] [-s scheme] [-u user] [-V] quota get|recalc reload search [-u <user>|-A] <search query> sis deduplicate|find stop user [-a <userdb socket path>] [-x <auth info>] <user mask> [...] who [-a <anvil socket path>] [-1] [<user mask>] [<ip/bits>]
[]'sf.rique
2011/6/1 Marcin Mirosław <marcin@mejor.pl>
W dniu 01.06.2011 15:43, Henrique Fernandes pisze:
My question is, do i need to delete older indexes to have it consistenly, or dovecot is able "update" the indexes or it sees that it is broken and rebuild it all?
I don't know.
Other question, is there an comand line to update the indexes ?
Use doveadm: doveadm index -A "*"
Regards