• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Horde error - unable to create VFS directory /.horde/imp

JacobColton

New Pleskian
Hi,

We are having an issue when users are trying to add attachments via horde the error:

unable to create VFS directory /.horde/imp

appears.

Any suggestions on how this can be resolved?

Thanks,

Jacob
 
Any related errors in horde log /var/log/psa-horde/psa-horde.log ?
Do you have SELinux enabled?
 
So it appears (after opening a support request) that this is a new issue within Plesk. The issue is that the permissions on the /tmp/.horde/ folder are incorrect.

In order to fix you, check the horde user and then reset the owner of that directory.

[root@server ~]# grep "horde" /etc/passwd
horde_sysuser:x:497:10384:horde webmail user:/usr/share/psa-horde:/sbin/nologin

[root@server ~]# chown -R horde_sysuser:horde_sysgroup /tmp/.horde/

Parallels are apparently going to post a KB article on this shortly. It is currently only in their internal KB.

Hope that helps someone else.

Regards,

Jacob
 
Back
Top