[Dovecot] configuring imap_stats
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)
But the stats plugin is configured as you can see in the attached configurations. Also i can get statistics without the imap_stats enabled, but as far as i know only of the pop3 users.
Kind regards Reinhard
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@localdomain.org
participants (2)
-
Pascal Volk
-
Reinhard Vicinus