On 29.02.2012 11:03, Christoph Bußenius wrote:

It found the message once, but the next time it didn't. So the squat
search does not actually seem to work any more.

Sorry, I forgot to include the configuration:

# 2.1.1: /usr/local/dovecot/etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-35-server x86_64 Ubuntu 10.04.4 LTS
disable_plaintext_auth = no
mail_gid = vmail
mail_location = maildir:~/Maildir
mail_plugins = fts fts_squat
mail_uid = vmail
namespace {
  inbox = yes
  location =
  prefix =
}
passdb {
args = scheme=CRYPT username_format=%u /usr/local/dovecot/etc/dovecot/users
  driver = passwd-file
}
plugin {
  fts = squat
  fts_squat = partial=4 full=4
}
protocols = imap
service auth {
  unix_listener auth-userdb {
    group = vmail
    mode = 0660
  }
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
  args = username_format=%u /usr/local/dovecot/etc/dovecot/users
  driver = passwd-file
}
protocol imap {
  mail_plugins = fts fts_squat
}



--
Christoph Bußenius
Rechnerbetriebsgruppe der Fakultäten Informatik und Mathematik
Technische Universität München
+49 89-289-18519 <> Raum 00.05.055 <> Boltzmannstr. 3 <> Garching

Reply via email to