Open file /usr/local/cpanel/base/3rdparty/roundcube/index.php on your server
---------
// try to log in
if ($_action=='login' && $_task=='mail')
---------
Once the given file is opened then just add the code given bello just above the line in red which is mentioned above.
---------
if(empty($_SESSION['user_id']) && rcmail_login($_SERVER['REMOTE_USER'], $_SERVER['REMOTE_PASSWORD'], $host)) {
// send redirect
header("Location: $COMM_PATH");
exit;
}
---------
Once this is done it should be working perfectly.
__________________
Carol.P
|