On Thu, 1 Sep 2011 17:05:56 +0300 Timo Sirainen wrote:
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.
Ok, works.
But when I stop dovecot I get
Sep 1 17:08:17 seymour dovecot: master: Warning: Killed with signal 15 (by pid=7896 uid=0 code=kill) Sep 1 17:08:17 seymour dovecot: anvil: Panic: file master-service.c: line 584 (master_service_client_connection_de stroyed): assertion failed: (service->total_available_count > 0) Sep 1 17:08:17 seymour dovecot: auth: Error: read(anvil-auth-penalty) failed: EOF Sep 1 17:08:17 seymour dovecot: auth: Error: net_connect_unix(anvil-auth-penalty) failed: Permission denied
--Frank Elsner