• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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