On 5/20/2011 12:02 PM, Timo Sirainen wrote:
On Fri, 2011-05-20 at 08:17 -0700, Daniel L. Miller wrote:
plugin {
    fts = squat
}
I do have that - but after executing a command such as "doveadm search
text -u u...@domain.com something", and then following up with a "find
/var/mail -iname 'dovecot*' - the only files I see listed are:

dovecot.mailbox.log
dovecot.map.index.log
dovecot.index.log
dovecot.index.cache

Where are the squat indexes stored?
dovecot -n?
# 2.0.11: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.35-22-server x86_64 Ubuntu 10.10
auth_cache_size = 4 k
auth_mechanisms = plain login
default_login_user = nobody
disable_plaintext_auth = no
listen = *
mail_attachment_dir = /var/mail/attachments
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
namespace {
  hidden = no
  inbox = yes
  list = yes
  location =
  prefix =
  separator = .
  subscriptions = yes
  type = private
}
passdb {
  args = /usr/local/etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
plugin/fts = squat
plugin/fts_squat = partial=4 full=4
plugin/sieve = ~/.dovecot.sieve
plugin/sieve_dir = ~/sieve
plugin/zlib_save = gz
plugin/zlib_save_level = 9
protocols = imap lmtp sieve
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    user = postfix
  }
  unix_listener auth-userdb {
    group = mail
    mode = 0600
    user = vmail
  }
}
service lmtp {
  unix_listener /var/spool/postfix/private/dovecot-lmtp {
    group = mail
    mode = 0666
    user = vmail
  }
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
  inet_listener sieve_deprecated {
    port = 2000
  }
  process_min_avail = 0
  service_count = 1
}
ssl_cert = </usr/local/etc/dovecot/mail.amfes.com.crt
ssl_key = </usr/local/etc/dovecot/mail.amfes.com.key
userdb {
  driver = prefetch
}
userdb {
  args = /usr/local/etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
verbose_proctitle = yes
protocol lmtp {
  mail_plugins = " sieve"
}
protocol lda {
  mail_plugins = " sieve"
}
protocol imap {
  mail_plugins = " fts fts_squat imap_zlib zlib"
}

--
Daniel

Reply via email to