Hi, we have a CentOS server with WHM/cPanel and Horde webmail.
A customer of ours has 2 lines DSL with a load balancer and uses either at any time transparently. Problem is when they login in Horde, the icons don't show and in a few clicks webmail logout automatically with error "IP address has changed!". We suppose that session is started with an IP, then requests are made fron either and when cPanel/Horde detects the other IP the session fails.
With the older server Win 2003, the Mailenable server webmail never causes problems to this customer.
We need that the webmail maintains the session between differents IP addresses.
We are using http (not https). In /usr/local/cpanel/base/horde/config/conf.php we changed:
$conf['auth']['checkip'] = true;
to
$conf['auth']['checkip'] = false;
but doesn't work.
Following instructions at http://forums.cpanel.net/f5/issues-...-cookie-authentication-143121.html#post780381, we have changed in WHM the "Cookie IP validation" option to "loose", but doesn't work.
In the other hand, when we access to http://webmail.domain.com shows the cPanel webmail login screen. But in Plesk, the login screen is directly from Horde. So, it's possible that error is from cPanel and not from Horde? Is there any way to login directly in Horde bypassing cPanel?
Thank you!
A customer of ours has 2 lines DSL with a load balancer and uses either at any time transparently. Problem is when they login in Horde, the icons don't show and in a few clicks webmail logout automatically with error "IP address has changed!". We suppose that session is started with an IP, then requests are made fron either and when cPanel/Horde detects the other IP the session fails.
With the older server Win 2003, the Mailenable server webmail never causes problems to this customer.
We need that the webmail maintains the session between differents IP addresses.
We are using http (not https). In /usr/local/cpanel/base/horde/config/conf.php we changed:
$conf['auth']['checkip'] = true;
to
$conf['auth']['checkip'] = false;
but doesn't work.
Following instructions at http://forums.cpanel.net/f5/issues-...-cookie-authentication-143121.html#post780381, we have changed in WHM the "Cookie IP validation" option to "loose", but doesn't work.
In the other hand, when we access to http://webmail.domain.com shows the cPanel webmail login screen. But in Plesk, the login screen is directly from Horde. So, it's possible that error is from cPanel and not from Horde? Is there any way to login directly in Horde bypassing cPanel?
Thank you!
Last edited: