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
}


Reply via email to