[Dovecot] fts squat index file not appearing

Timo Sirainen tss at iki.fi
Fri May 20 23:37:32 EEST 2011


On 20.5.2011, at 23.33, Daniel L. Miller wrote:

> # 2.0.11: /usr/local/etc/dovecot/dovecot.conf
> # OS: Linux 2.6.35-22-server x86_64 Ubuntu 10.10
..
> protocol imap {
>  mail_plugins = " fts fts_squat imap_zlib zlib"
> }

You've enabled fts for imap protocol, nothing else. Same with zlib, which can cause trouble. Make them global:

mail_plugins = fts fts_squat zlib
protocol imap {
  mail_plugins = $mail_plugins imap_zlib
}




More information about the dovecot mailing list