• 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

Email Receiving and Horde mail attachment sending problem in plesk 11.5.30

SagarS

Basic Pleskian
Hello All,

Configuration:
OS: CentOS release 5.8
Plesk Panel: 11.5.30 CentOS 5 115130916.13

Today i have upgraded my plesk panel servers from v11 to 11.5.30. Its updated successfully but After up gradation our customers are facing some issues:

1. Horde v5.1.4 : Recipient cannot see email attachment.
2. Outlook has receiving problem on port 110 / 143.

I have searched a lot on net but not found proper solution.

Please help me to resolve the issue.

Also if someone can tell me how to switch webmail from horde to roundcube to all domains at a time not one by one.
 
Last edited:
Hello CoreyT,

Thanks for reply.

Can you tell me how to switch webmail for all domains at a time ?
 
I just wanted to add that I'm also experiencing this problem on a freshly updated Plesk 11.5.30 box. Once the update went through, Horde would no longer send attachments correctly, either forwarding or in a fresh email.

Anyone at Parallels care to comment or provide a patch?
 
Just installed update #18 for 11.5.30 but still the attachments are not sent on using Horde.
 
Last edited:
So in my case it turned out the problem was related to Horde's temporary directory. The fix Parallels provided is:

1. Check /usr/share/psa-horde/config/conf.php for $conf['tmpdir'] = '/tmp';
2. ls -la /tmp find the folder '.horde'
3. Permissions on /tmp/.horde were apache.apache
4. chown -R horde_sysuser:horde_sysgroup /tmp/.horde/

This solved the problem.
 
So in my case it turned out the problem was related to Horde's temporary directory. The fix Parallels provided is:

1. Check /usr/share/psa-horde/config/conf.php for $conf['tmpdir'] = '/tmp';
2. ls -la /tmp find the folder '.horde'
3. Permissions on /tmp/.horde were apache.apache
4. chown -R horde_sysuser:horde_sysgroup /tmp/.horde/

This solved the problem.

Solved here too. Thank you.
 
Back
Top