Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - avosec

Pages: [1]
1
You can change the mode to 666 to allow everyone access to the stats in /etc/dovecot/dovecot.conf, but i will not recommend it. It's better to use some default group like "mail" or "ebox" as is the case with Zentyal.

Please try to add the below to /etc/zentyal/stubs/mail/dovecot.conf.mas, more on stubs you can learn from https://doc.zentyal.org/6.1/en/appendix-c.html

service stats {
  unix_listener stats-reader {
    group = ebox
    mode = 0666
  }
  unix_listener stats-writer {
    group = ebox
    mode = 0666
  }
}
service anvil {
  unix_listener anvil {
    group = ebox
    mode = 0666
  }
}

Once you save the changes, please restart dovocot (zs mail restart).

Pages: [1]