[Dovecot] configuring imap_stats

Pascal Volk user+dovecot at localhost.localdomain.org
Mon Jul 9 21:25:38 EEST 2012


On 07/09/2012 12:45 PM Reinhard Vicinus wrote:
> Hi,
> 
> i'm trying to configure imap_stats like it's documented in the wiki: 
> http://wiki2.dovecot.org/Statistics. But as soon as i activate the 
> imap_stats plugin i get the following error message trying to login via 
> imap:
> 
> dovecot: imap: Error: Can't load plugin imap_stats_plugin: Plugin stats 
> must be loaded also (you must set: mail_plugins=$mail_plugins stats)

The global mail_plugins setting should contain:

	mail_plugins = quota stats

And "protocol imap"'s mail_plugins setting should contain:

	mail_plugins = $mail_plugins imap_quota imap_stats

The $mail_plugins inside protocol imap {} will be expanded to the value
of your global mail_plugins setting.

,--[ doveconf -f protocol=imap mail_plugins ]--
| mail_plugins = quota stats imap_quota imap_stats
`--


Regards,
Pascal
-- 
The trapper recommends today: c01dcofe.1219120 at localdomain.org



More information about the dovecot mailing list