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 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dovecot-with-imap-stats.txt URL: <http://dovecot.org/pipermail/dovecot/attachments/20120709/b333aec2/attachment-0004.txt>
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
Maybe Matching Threads
- dovecot 2.2.10 - imap: Error: Can't load plugin imap_stats_plugin:
- output of doveconf in conflict with order of settings in conf.d/*-*.conf files
- Mail migration to dovecot with doveadm backup
- output of doveconf in conflict with order of settings in conf.d/*-*.conf files
- Segmentation fault in dovecot director lmtp service