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

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