• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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