• 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 not sending attachments after 9.5.4 upgrade

ryanz

Basic Pleskian
Hi,

After upgrading Plesk from 9.5.3 to 9.5.4 the Horde Webmail has stopped sending email attachments.

The attachments seem to be uploaded correctly in a new message but they are not delivered to the recipient, even when on the same server and domain.

When sending attachments from Outlook or Kmail everything works.

Anyone with this problem and a solution?
 
Solved - Horde not sending attachments

Hi guys,

As usual, the Plesk upgrade fixes some things and breaks other things.

Once again we have to bug fix Plesk and then have trouble getting support when we really need it.

Plesk/Parallels - please take note of this and fix it!

On an upgrade from Plesk 9.5.3 to 9.5.4 Horde does not send attachments.

To fix this do the following:

Open /usr/share/psa-horde/lib/Horde/Serialize.php with an editor like vi.
Search for 2 lines with require_once 'Horde/Serialize.php';

Change both these lines to be as follows:
require_once '/usr/share/psa-horde/lib/Horde/Serialize.php';

Save the changes.
I restarted PSA but you might not have to.

Horde Webmail then sends attachments fine again.


On a fresh install of Plesk 9.5.4 Horde does not send attachments.

To fix this do the following:

Check to see if you have a folder named .horde in /tmp
If not, create it and the full tree below it so that you have this structure below:

/tmp/.horde/imp/attachments

then from within /tmp do
chmod -R 700 .horde

and

chown -R apache:apache .horde

No do this to get Horde working.

Open /usr/share/psa-horde/lib/Horde/Serialize.php with an editor like vi.
Search for 2 lines with require_once 'Horde/Serialize.php';

Change both these lines to be as follows:
require_once '/usr/share/psa-horde/lib/Horde/Serialize.php';

Save the changes.
I restarted PSA but you might not have to.

Horde Webmail then sends attachments fine again.

I hope this helps a number of users and Parallels to get the next update right.
 
Do you have PHP eAccelerator installed? I believe we fixed this exact same problem by uninstalling eAccelerator. Of course we'd like to be able to send attachments from Horde and use eAccelerator, so I'll look at this again.
 
attachment problem Horde and Plesk 9.5.4

Yo can solve changing 2 lines.
- Go to: /usr/share/psa-horde/lib/Horde
- Open SessionObjects.php in an editor
- Search for: require_once 'Horde/Serialize.php';
and change in:
require_once '/usr/share/psa-horde/lib/Horde/Serialize.php';

Now i need a solution for patch this problem in ever plesk-update.
 
Possible need to examine /etc/apache2/conf.d/zzz_horde_vhost.conf and check main directivies for both :80 and :443 ports?

open_basedir "/usr/share/psa-horde:/etc/psa-webmail/horde:/etc/psa:/tmp:/var/tmp:/var/log/psa-horde:/usr/share/doc:/usr/share/psa-pear"
include_path "/usr/share/psa-horde:/usr/share/psa-horde/lib:/usr/share/psa-pear:."
safe_mode off
 
Back
Top