Re: dovecot stats-writer socket permissions

2018-08-10 Thread Scott Ruckh
On 2018-08-10 18:08, Larry Rosenman wrote: service stats { unix_listener stats-reader { group = mail mode = 0666 user = } unix_listener stats-writer { group = mail mode = 0666 user = } } service anvil { unix_listener anvil { group = mail mode = 0666 } }

Re: dovecot stats-writer socket permissions

2018-08-10 Thread Larry Rosenman
service stats { unix_listener stats-reader { group = mail mode = 0666 user = } unix_listener stats-writer { group = mail mode = 0666 user = } } service anvil { unix_listener anvil { group = mail mode = 0666 } } I put those in a local.conf -- Larry Ro

dovecot stats-writer socket permissions

2018-08-10 Thread Scott Ruckh
I have seen this thread about being able to run doveadm as a non-root user, but I don't understand the solution even though I have seen other pages give this link as the solution. http://bit.ly/2MC5oq9 What configuration is necessary so that I can set the permissions on /var/run/dovecot/stats