Author Topic: problem with roundcubemail provided by the team CentOS  (Read 3192 times)

Offline fakessh

  • Newbie
  • *
  • Posts: 2
problem with roundcubemail provided by the team CentOS
« on: October 16, 2009, 02:03:47 PM »
Hi all
 Hi list

Hi forum

 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> CREATE DATABASE IF NOT EXISTS `roundcubemail` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

mysql> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcubemail@localhost IDENTIFIED BY '*********';

mysql> use roundcubemail;
mysql> source roundcubemail-0.1.1/SQL/mysql5.initial.sql

mysql> flush privileges;
exit
service mysqld restart

 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

mymail