This file is indexed.

/usr/share/doc/dovecot-core/dovecot/wiki/Plugins.Compress.txt is in dovecot-core 1:2.0.19-0ubuntu2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
IMAP COMPRESS plugin
====================

The goal of the extension is to reduce the bandwidth usage of IMAP.

The <zlib> [Plugins.Zlib.txt] has to be enabled for imap_zlib to work

Configuration:

---%<-------------------------------------------------------------------------
mail_plugins = $mail_plugins zlib

protocol imap {
  mail_plugins = $mail_plugins imap_zlib
}
---%<-------------------------------------------------------------------------

(This file was created from the wiki on 2012-03-15 16:40)