• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Error: Failed to unhibernate client: net_connect_unix(/var/run/dovecot/imap-master) failed: Permission denied

tkalfaoglu

Silver Pleskian
I'm seeing this in the logs of dovecot.. I had enabled auto-hibernate in the configuration, but for some reason it doesn't seem to like it..

Is there something wrong with its permissions?
Code:
# ls -l /var/run/dovecot
total 8
srw------- 1 root root 0 Feb 15 03:33 anvil
srw------- 1 root root 0 Feb 15 03:33 anvil-auth-penalty
srw------- 1 dovecot root 0 Feb 15 22:06 auth-client
srw------- 1 dovecot root 0 Feb 15 22:06 auth-login
srw------- 1 root root 0 Feb 15 22:06 auth-master
-rw------- 1 root    root      32 Feb 14 23:57 auth-token-secret.dat
srw------- 1 popuser popuser 0 Feb 15 22:06 auth-userdb
srw------- 1 dovecot root 0 Feb 15 22:06 auth-worker
srw------- 1 root root 0 Feb 15 22:06 config
srw-rw---- 1 root dovecot 0 Feb 15 22:06 dict
srw-rw---- 1 root dovecot 0 Feb 15 22:06 dict-async
srw------- 1 root root 0 Feb 15 22:06 director-admin
srw-rw-rw- 1 root root 0 Feb 15 22:06 dns-client
srw------- 1 root root 0 Feb 15 22:06 doveadm-server
lrwxrwxrwx 1 root root 25 Feb 15 03:33 dovecot.conf -> /etc/dovecot/dovecot.conf
drwxr-xr-x 2 root root 40 Feb 14 23:57 empty
srw-rw---- 1 root dovecot 0 Feb 15 22:06 imap-hibernate
srw------- 1 root root 0 Feb 15 22:06 imap-master
srw-rw-rw- 1 root root 0 Feb 15 22:06 imap-urlauth
srw------- 1 dovecot root 0 Feb 15 22:06 imap-urlauth-worker
srw-rw-rw- 1 root root 0 Feb 15 22:06 indexer
srw------- 1 dovecot root 0 Feb 15 22:06 indexer-worker
srw------- 1 dovecot root 0 Feb 15 22:06 ipc
srw------- 1 root root 0 Feb 15 22:06 log-errors
drwxr-x--- 2 root dovenull 160 Feb 15 22:06 login
srw------- 1 root root 0 Feb 15 03:33 master
-rw------- 1 root    root       5 Feb 15 03:33 master.pid
srw------- 1 root root 0 Feb 15 22:06 old-stats
prw------- 1 root root 0 Feb 15 22:06 old-stats-mail
prw------- 1 root root 0 Feb 15 22:06 old-stats-user
srw------- 1 popuser root 0 Feb 15 22:06 quota-warning
srw------- 1 root root 0 Feb 15 22:06 replication-notify
prw------- 1 root root 0 Feb 15 22:06 replication-notify-fifo
srw------- 1 dovecot root 0 Feb 15 22:06 replicator
srw------- 1 root root 0 Feb 15 22:06 stats-reader
srw-rw---- 1 popuser dovecot 0 Feb 15 22:06 stats-writer
drwxr-x--- 2 root dovenull 80 Feb 15 22:06 token-login
 
I guess this is a dovecot bug because even though the config says mode 660 for the socket file, it was created with 600 - root only..
So I did some chmod's to bring it to 666 and the errors seem to have stopped.. strange.
 
Back
Top