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
Remo Mattei
2019-Apr-10 16:55 UTC
/var/run/dovecot/stats-writer) failed: Permission denied
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 > >
Odhiambo Washington
2019-Apr-10 17:01 UTC
/var/run/dovecot/stats-writer) failed: Permission denied
On Wed, 10 Apr 2019 at 19:44, @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 use dovecot-lda for deliveries and would see entries in both Exim (MTA) and Dovecot log files. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190410/dfd4ec9a/attachment-0001.html>
On 10 Apr 2019, at 10:55, Remo Mattei via dovecot <dovecot at dovecot.org> wrote:> This is what fixed mine > > service stats { > # unix_listener stats-reader { > # group > # mode = 0666 > # user > # } > unix_listener stats-writer { > group = dovecot > mode = 0666 > user > } > }Setting permissions to 666 never seems like a great idea. -- But I been sane a long while now, and change is good.
On 10 Apr 2019, at 10:43, @lbutlr via dovecot <dovecot at dovecot.org> wrote:> lso, 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?One last thing: <https://wiki.dovecot.org/Upgrading/2.3> does not mention that stats is now required. I ignored the entire block on that page on stats because I'd never used it. -- 'Nothing works against magic. Except stronger magic. And then the only thing that beats stronger magic is even stronger magic. And the next thing you know...' 'Phooey?' --Sourcery
> On 10 April 2019 20:48 @lbutlr via dovecot <dovecot at dovecot.org> wrote: > > > On 10 Apr 2019, at 10:43, @lbutlr via dovecot <dovecot at dovecot.org> wrote: > > lso, 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? > > One last thing: > > <https://wiki.dovecot.org/Upgrading/2.3> does not mention that stats is now required. I ignored the entire block on that page on stats because I'd never used it. >I guess it's that 'statistics' is kinda built-in now. So it's not like a plugin anymore. But I get your point, maybe we should clarify this better. Aki
Apparently Analagous Threads
- /var/run/dovecot/stats-writer) failed: Permission denied
- /var/run/dovecot/stats-writer) failed: Permission denied
- /var/run/dovecot/stats-writer) failed: Permission denied
- /var/run/dovecot/stats-writer) failed: Permission denied
- /var/run/dovecot/stats-writer) failed: Permission denied