• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Horde Redirect.php not found.

F

fangionet

Guest
Hi All!.

Whenever I try to login to webmail I get a page cannot be displayed (redirect.php). Anyone know what the problem could be?

(i copied the ask of other trhead but my english is bad :( )
https://forum.plesk.com/showthread.php?threadid=24402&highlight=horde+redirect.php

Now, i check all from https://forum.plesk.com/showthread....=15&highlight=horde redirect.php&pagenumber=1 but not can get work.

a example domain to check is:
http://webmail.cadepyme.com.ar

user: prueba
password: 123456

If i put bad user or a god user the same result. Not found.

Any ideas ?

Thanks a lot.
 
I solve the problem.

Just recompile all :s

First. download this src rpms:

openssl-0.9.7a-33.12.src.rpm
httpd-2.0.46-46.ent.centos.1.src.rpm
imap-2002d-11.src.rpm
php-4.3.2-23.ent.src.rpm

First Made some changes:

Add (or edit the value if the line exist) the following lines to /etc/sysctl.conf:

fs.file-max = 131072

Run the following shell command:

/sbin/sysctl -w fs.file-max=131072

Edit __FD_SETSIZE value in /usr/include/bits/types.h for RedHat 7.x or /usr/include/bits/typesizes.h for RedHat 7.x, 9, Fedora Core, RHEL 2.1, 3, 4 (glibc-devel package has to have been installed before):
#define __FD_SETSIZE 32768


Now, recompile and install on this order.


rpmbuild --rebuild openssl-0.9.7a-33.12.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/openssl-*
rpmbuild --rebuild httpd-2.0.46-46.ent.centos.1.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/httpd*
rpmbuild --rebuild imap-2002d-11.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/imap*
rpmbuild --rebuild php-4.3.2-23.ent.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/php-*


Just now restart apache and enjoy. No more problems.

Also it´s solve a httpd error, that make necesary use ulimit to start.


PD: on centos you need make te user/group centos (adduser centos) to compile imap.
 
Any updates on this?

I did the recompilation AS WELL as trying other techniques on the forums.

Still no go.
 
Back
Top