I can also add that I had "top" running while doing a "doveadm index" on 800 emails; doveadm took about 15 seconds to complete and in top I never saw lucene-indexer (or lucene-worker) appear.
-Joe
On Sun, May 20, 2012 at 9:30 AM, Joe Beaubien joe.beaubien@gmail.comwrote:
On Sat, May 19, 2012 at 10:16 PM, Timo Sirainen tss@iki.fi wrote:
On 20.5.2012, at 5.15, Joe Beaubien wrote:
Is it normal to not get output in the normal log files in this case, or did i miss something?
Before looking into it further, what's your doveconf -n output?
Here is the output:
joe@XXXXXX:/opt/dovecot/bin$ ./doveconf -n # 2.1.6: /opt/dovecot-2.1.6-lucene/etc/dovecot/dovecot.conf # OS: Linux 3.2.0-24-generic x86_64 Ubuntu 12.04 LTS ext4 auth_username_format = %Ln disable_plaintext_auth = no listen = * mail_fsync = never mail_location = mdbox:/data/emails/%u mail_plugin_dir = /opt/dovecot/lib/dovecot mail_plugins = zlib fts fts_lucene managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave mdbox_rotate_size = 20 M namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = separator = / } passdb { driver = shadow } plugin { fts = lucene fts_lucene = whitespace_chars="@.-_()[]{}<>/\\+" sieve = /data/emails/sieve-scripts/%u.sieve zlib_save = gz zlib_save_level = 6 } postmaster_address = info@XXXXXXXXXXX.com protocols = imap lmtp service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0660 user = postfix } } ssl = no userdb { driver = passwd } protocol lmtp { mail_fsync = optimized mail_plugins = zlib fts fts_lucene sieve } protocol lda { mail_fsync = optimized } protocol imap { imap_idle_notify_interval = 10 mins } joe@XXXXX:/opt/dovecot/bin$