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

Horde 5.1.5 - Larger Attachments Result in "Your session has expired."

DMorrone

New Pleskian
OS: CentOS 5.9 (Final)
Panel version: 11.5.30 Update #28, last updated at Dec 26, 2013 04:20 AM

php: php53u 5.3.27-1.ius.el5

php.ini
upload_max_filesize = 20M
memory_limit = 128M
post_max_size = 20M

Browsers: Chrome Version 31.0.1650.63 m and IE 8

Hello, smaller files upload fine, though when reaching the 10MB and above level, after the attachment loads the new message window defaults to the Your Session Has Expired. Please Login Again.

Are there any settings that I am missing, or is this a current bug in this version of Horde?
 
Thanks Abdi, even with an increased session time of 3 minutes, whereupon the upload takes less than 2, the issue persists.

I assume you are referencing the session time in PHP.INI. The session time in horde is set to 0, which Googles to unlimited.
 
I saw similar bug reports and fixes. Since we can't arbitrarily patch Horde, I was hoping to avoid the waiting game. :) Maybe someone from Parallels knows when an update will come out.
 
Is there a fix for this yet? the bugs that abdi linked seem to be about drag and drop functionality and not the issue the original poster(and myself) are experiencing.
 
problem of horde

Is there a fix for this yet? the bugs that abdi linked seem to be about drag and drop functionality and not the issue the original poster(and myself) are experiencing.

someone managed to solve this problem? can you help? thanks :)
 

I modify this file:

1)
/etc/psa-webmail/horde/horde/php.ini

upload_max_filesize = 128M
post_max_size = 128M

2)
/etc/psa-webmail/horde/imp/conf.php

$conf['compose']['attach_size_limit'] = 0;

3)
/etc/postfix/main.cf

mailbox_size_limit = 20480000
message_size_limit = 20480000

4)/etc/php.ini

upload_max_filesize = 64M
post_max_size = 128M
memory_limit = 256M

I restart the service with

/etc/init.d/postfix restart
/etc/apache2/conf.d/fcgid.conf

I read these kb

http://kb.parallels.com/it/3376
http://kb.parallels.com/en/1075

tips?

thanks

Danilo

ps. I can not add an attachment. see link please
http://www.weareweb.it/img2.jpg
 
I modify this file:

1)
/etc/psa-webmail/horde/horde/php.ini

upload_max_filesize = 128M
post_max_size = 128M

2)
/etc/psa-webmail/horde/imp/conf.php

$conf['compose']['attach_size_limit'] = 0;

3)
/etc/postfix/main.cf

mailbox_size_limit = 20480000
message_size_limit = 20480000

4)/etc/php.ini

upload_max_filesize = 64M
post_max_size = 128M
memory_limit = 256M

I restart the service with

/etc/init.d/postfix restart
/etc/apache2/conf.d/fcgid.conf

I read these kb

http://kb.parallels.com/it/3376
http://kb.parallels.com/en/1075

tips?

thanks

Danilo

ps. I can not add an attachment. see link please
http://www.weareweb.it/img2.jpg

can any one help? thanks

Danio
 
Back
Top