fakessh at fakessh.eu
2009-Oct-11 11:20 UTC
[CentOS] problem with old stable 0.1.1 roundcubemail contained in the deposit EPEL
Hi all Hi list my linux box is CentOS 5.3 it is properly updated I use the old old ?stable version 0.1.1 of roundcubemail , which is contained in the deposit EPEL I preferred to continue using the version contained in the official repositories of CentOS I configure a user roundcubemail on my mysql server Here are the commands that I have applied to the server mysql mysql -u roundcubemail -p create database roundcubemail; ?GRANT SELECT, INSERT, UPDATE, DELETE ON roundcubemail.* TO 'roundcubemail'@'localhost' IDENTIFIED BY '*****'; ?FLUSH PRIVILEGES; quit I applied a small patch personal // application constants define('RCMAIL_VERSION', '0.1.1'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); // define global vars $OUTPUT_TYPE = 'html'; $INSTALL_PATH = dirname(__FILE__); $MAIN_TASKS = array('mail','settings','addressbook','logout'); if (empty($INSTALL_PATH)) ? $INSTALL_PATH = './'; else ? $INSTALL_PATH .= '/'; //This is the little patch that clears the session cookie if ( isset($_COOKIE['session']) and !empty($_COOKIE['session'] )) { ?setcookie('session'); ?unset($_COOKIE['session']); //suret? } //This is the little patch that clears the session cookie my problem is that I see appear the login page I enter all data but I do not understand why I can not fit into the webmail thanks for all your feedback SL nb : 'Buddha' peace themselve
Scott Silva
2009-Nov-10 00:21 UTC
[CentOS] problem with old stable 0.1.1 roundcubemail contained in the deposit EPEL
on 10-11-2009 4:20 AM fakessh at fakessh.eu spake the following:> Hi all > Hi list > > > my linux box is CentOS 5.3 > it is properly updated > I use the old old ?stable version 0.1.1 of roundcubemail , which is contained > in the deposit EPEL > I preferred to continue using the version contained in the official > repositories of CentOS >EPEL is not an official CentOS repository. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 259 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20091109/84ce9932/attachment-0003.sig>