• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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