On 1.9.2011, at 16.57, Frank Elsner wrote:

>>      + Statistics tracking via stats service. Exported via doveadm stats.
> 
> My 2.0.13 configuration works perfect with dovecot-2.1.alpha1.
> What must I add to my configuration to enable the stats service? 

mail_plugins = $mail_plugins stats
protocol imap {
  mail_plugins = $mail_plugins imap_stats
}
plugin {
  stats_refresh = 10s
  stats_track_cmds = yes
}

Then you can use doveadm stats top/dump.

Reply via email to