• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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