Displaying 2 results from an estimated 2 matches for "_net_connect_unix".
Did you mean:
net_connect_unix
2019 Jan 08
1
Permission error on stats writer
I?m running Dovecot 2.3.4 on FreeBSD 11.2 with qmail. In my mail log, I see messages like this on every delivery
Jan 8 10:30:02 v1 qmail: 1546961402.314222 delivery 533: success: lda(matt,)Error:_net_connect_unix(/var/run/dovecot/stats-writer)_failed:_Permission_denied/did_0+0+1/
Searching for this error, I found a message on a support forum for a different server that suggested adding this to dovecot.conf:
service stats {
unix_listener stats-reader {
user = vmail
group = vmail...
2019 Feb 04
0
Issues with stats-writer
...@400000005c57633625970624 starting delivery 12824: msg 1270896 to local ma.org-you at mattei.org <mailto:ma.org-you at mattei.org>
@400000005c57633625970a0c status: local 1/10 remote 0/60
@400000005c57633711a138c4 delivery 12824: success: lda(you at ma.org <mailto:you at ma.org>,)Error:_net_connect_unix(/var/run/dovecot/stats-writer)_failed:_Permission_denied/did_0+0+1/
@400000005c57633711a1447c status: local 0/10 remote 0/60
I am using qmail for some reasons I have the error above. I have tried the following:
#service stats {
# unix_listener stats-reader {
# user = root
# grou...