/var/run/dovecot/stats-writer) failed: Permission denied

Remo Mattei Remo at rm.ht
Wed Apr 10 19:55:05 EEST 2019


This is what fixed mine 

 service stats {
# unix_listener stats-reader {
#     group =
#     mode = 0666
#     user =
#   }
   unix_listener stats-writer {
     group = dovecot
     mode = 0666
     user =
   }
  }


> On Apr 10, 2019, at 09:43, @lbutlr via dovecot <dovecot at dovecot.org> wrote:
> 
> On 10 Apr 2019, at 09:06, @lbutlr via dovecot <dovecot at dovecot.org> wrote:
>> Should I add
>> 
>> service stats {
>> unix_listener stats-writer {
>>     user = dovecot
>> }
>> unix_listener stats-reader {
>>     user = dovecot
>> }
>> }
>> 
>> to my dovecot.conf file?
> 
> I did this and it appears to have fixed the issue.
> 
> Also, the failed message strongly implies that the email was not delivered, since it happens on the delivery log line and there is not indication in the log that delivery succeeded. However, the message is delivered. It might be worth changing the message or still logging the actual message delivery?
> 
> 
> -- 
> I WILL NOT CARVE GODS Bart chalkboard Ep. 8F11
> 
> 



More information about the dovecot mailing list