Re: No stats under FreeBSD 10.3

2016-12-04 Thread Michael Grimm
Larry Rosenman wrote: > fifo_listener stats-mail { >group = >mode = 0666 >user = > } > fifo_listener stats-user { >group = >mode = 0666 >user = > } BTW: What is "stats-user" used for? I cannot find a reference in http://wiki2.dovecot.org/Statistics Thanks and regard

Re: No stats under FreeBSD 10.3

2016-11-02 Thread Ruud Boon
Thnx Larry, Thats was it! Ruud > On 2 Nov 2016, at 18:52, Larry Rosenman wrote: > > I added the following to 90-plugin.conf: > > service stats { > chroot = empty > client_limit = 0 > drop_priv_before_exec = no > executable = stats > extra_groups = > fifo_listener stats-mail {

Re: No stats under FreeBSD 10.3

2016-11-02 Thread Larry Rosenman
I added the following to 90-plugin.conf: service stats { chroot = empty client_limit = 0 drop_priv_before_exec = no executable = stats extra_groups = fifo_listener stats-mail { group = mode = 0666 user = } fifo_listener stats-user { group = mode = 0666 u

Re: No stats under FreeBSD 10.3

2016-11-02 Thread Larry Rosenman
prw-rw-rw- 1 root wheel 0 Nov 1 13:09 stats-mail prw--- 1 root wheel 0 Nov 1 13:09 stats-user drwxr-x--- 2 root dovenull 4 Nov 1 13:09 token-login If something other than root is trying to write to stats-user, we found the issue. this is on 10.3-STABLE On Wed, N

Re: No stats under FreeBSD 10.3

2016-11-02 Thread Timo Sirainen
On 01 Nov 2016, at 22:31, Ruud Boon wrote: > > HI, > > I’m currently testing the stats module of Dovecot (2.2.26.0 (23d1de6)) > Looks like there no statistics under FreeBSD. > Server isn’t busy yet but got at least a few connection open. See if there are any errors in logs. I guess mail-stats f

No stats under FreeBSD 10.3

2016-11-01 Thread Ruud Boon
HI, I’m currently testing the stats module of Dovecot (2.2.26.0 (23d1de6)) Looks like there no statistics under FreeBSD. Server isn’t busy yet but got at least a few connection open. Added mail_plugins = $mail_plugins stats plugin { stats_refresh = 30 secs stats_track_cmds = yes } dovea