Hi,
since last plesk core update i find the following message in my SYSLOG:
postfix-local[16399]: process '/usr/lib/dovecot/dovecot-lda -d "$DELIVERED_TO"' stderr : lda([email protected],)Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
For me and my customer it looks fine and all is working, but this message fear me a little bit and i want this be fixed
My System:
Betriebssystem Debian 8.11
3.16.0-9-amd64 #1 SMP Debian 3.16.68-2 (2019-06-17) x86_64 GNU/Linux
Produkt Plesk Onyx
Version 17.8.11 Update #60, zuletzt aktualisiert: 9. Juli 2019 22:33:48
What i did ?
I search for this kind of issue and all post i found was to correct update dovecot.conf under /etc/dovecot/dovecot.conf
I check the file permissions on /var/run/dovecot/stats-writer
srw-rw---- 1 root root 0 Jul 10 15:45 stats-reader
srw-rw---- 1 root dovecot 0 Jul 10 15:45 stats-writer
And add to my dovecot.conf:
service stats {
unix_listener stats-reader {
user = root
group = root
mode = 0660
}
unix_listener stats-writer {
user = root
group = dovecot
mode = 0660
}
}
But without success.
I didn't find other solution or any other config file with this kind of setting on my server. (searched with grep the whole hdd)
Would be nice to get any feedback to this issue.
Thank you
regards
Schneidi
since last plesk core update i find the following message in my SYSLOG:
postfix-local[16399]: process '/usr/lib/dovecot/dovecot-lda -d "$DELIVERED_TO"' stderr : lda([email protected],)Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
For me and my customer it looks fine and all is working, but this message fear me a little bit and i want this be fixed
My System:
Betriebssystem Debian 8.11
3.16.0-9-amd64 #1 SMP Debian 3.16.68-2 (2019-06-17) x86_64 GNU/Linux
Produkt Plesk Onyx
Version 17.8.11 Update #60, zuletzt aktualisiert: 9. Juli 2019 22:33:48
What i did ?
I search for this kind of issue and all post i found was to correct update dovecot.conf under /etc/dovecot/dovecot.conf
I check the file permissions on /var/run/dovecot/stats-writer
srw-rw---- 1 root root 0 Jul 10 15:45 stats-reader
srw-rw---- 1 root dovecot 0 Jul 10 15:45 stats-writer
And add to my dovecot.conf:
service stats {
unix_listener stats-reader {
user = root
group = root
mode = 0660
}
unix_listener stats-writer {
user = root
group = dovecot
mode = 0660
}
}
But without success.
I didn't find other solution or any other config file with this kind of setting on my server. (searched with grep the whole hdd)
Would be nice to get any feedback to this issue.
Thank you
regards
Schneidi