• 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!
  • 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.

Problems with Horde sending attachments and forwarding emails

coltks2004

New Pleskian
I have multiple servers all with the same problems.

Plesk Version: 11.5.30 Update #17
Horde Version: 5.1.4

1. I am having problems sending attachments with Horde. When adding an attachment to an email it appears to upload correctly but when clicking on the attachment to preview a 500 error is displayed. When trying to send the email the attachment is dropped. It does not show up in the sent message and is not received by the recipient.

2. When trying to forward an email and include the original message in the body I am presented with a popup that says "Error when communicating with the server".

Any ideas?
 
What do you have in the logs?

Code:
tail -f /var/log/psa-horde/psa-horde.log
 
I have noticed the following errors in the server log (/var/log/httpd/error_log)

fowarding email:
Code:
mod_fcgid: stderr: PHP Fatal error:  Call to a member function getHeader() on a non-object in /usr/share/psa-horde/imp/lib/Compose.php on line 1968

attachment error:
Code:
mod_fcgid: stderr: PHP Fatal error:  Call to a member function getPart() on a non-object in /usr/share/psa-horde/imp/lib/Compose/View.php on line 38
 
Looks like it's a bug with horde ...
The links you posted are from 2005, I don't think this applies to the current version of Horde.
There are many others on the forums that have this same issue, our customers are getting frustrated not being able to send any attachments from Horde...
The problem did not start until we updated to 11.5 and Horde was updated, can we get some help here?
 
After talking with Parallels the issue was with permissions in /tmp

The fix for us is below:

[root@server]# chown -R horde_sysuser:horde_sysgroup /tmp/.horde
[root@server]# chown -R horde_sysuser:horde_sysgroup /tmp/.horde/*
 
After talking with Parallels the issue was with permissions in /tmp

The fix for us is below:

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

This worked for me as well. Thanks for the help!!
 
Back
Top