Author Topic: How to login to roundcube  (Read 12455 times)

Offline max123

  • Newbie
  • *
  • Posts: 4
How to login to roundcube
« on: June 30, 2010, 01:14:05 AM »
I have installed roundcube in my local server and it gives a login screen. What is the user name and password. Or how can I create a user and a password? Is it the user that created for the database access?

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
How to login to roundcube
« Reply #1 on: June 30, 2010, 01:30:06 AM »
In last topic you got answer - this is an email CLIENT like OUTLOOK or THUNDERBIRD. The username and password are the same like to imap server when you are connecting to.

Offline samy4linux

  • Jr. Member
  • **
  • Posts: 15
Login
« Reply #2 on: July 03, 2010, 02:58:59 AM »
HI ,

   So i can use the iamp user name password for my first login and will work like root.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
How to login to roundcube
« Reply #3 on: July 03, 2010, 04:33:34 AM »
Quote
So i can use the iamp user name password for my first login and will work like root.
Could you explain what you mean "will work like root"? RC is an IMAP client there is no admin level.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline samy4linux

  • Jr. Member
  • **
  • Posts: 15
Login Problem
« Reply #4 on: July 03, 2010, 05:19:53 AM »
Quote from: JohnDoh;28466
Could you explain what you mean "will work like root"? RC is an IMAP client there is no admin level.


HI John,

 I got your Point.But can please can u explain where we are creating the user id  and password for the first login and that user should have permission to create user and my roundcube is not fetching up the Mysql database, in my  mysql iam able to add the users but while restarting iam getting the follwoing ERROR So can u please help me how to slove this issue please.
     root@informatics:~# sudo /etc/init.d/mysql restart
 * Stopping MySQL database server mysqld                                 [ OK ]
 * Starting MySQL database server mysqld                                 [ OK ]
 * Checking for corrupt, not cleanly closed and upgrade needing tables.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
How to login to roundcube
« Reply #5 on: July 03, 2010, 05:41:41 AM »
Hi, I'm sorry if this sounds rude but I this has been explained so many times on the forum creating users is nothing to do with RC, you login with your IMAP credentials. First login or 500th login makes no difference. The users table in the RC database is for storing user perferences, contacts etc it is not for authentication.

When you say the following error i'm not sure what you mean, there is no error in your post.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline samy4linux

  • Jr. Member
  • **
  • Posts: 15
Login Problem
« Reply #6 on: July 03, 2010, 05:51:47 AM »
Quote from: JohnDoh;28468
Hi, I'm sorry if this sounds rude but I this has been explained so many times on the forum creating users is nothing to do with RC, you login with your IMAP credentials. First login or 500th login makes no difference. The users table in the RC database is for storing user perferences, contacts etc it is not for authentication.

When you say the following error i'm not sure what you mean, there is no error in your post.

 

Hi John,

 Sorry i got it , but while restarting mysql iam getting Checking for corrupt,not cleanly closed and upgrade needing tables. this ia the error what iam getting .
             
root@informatics:~# sudo /etc/init.d/mysql restart
* Stopping MySQL database server mysqld [ OK ]
* Starting MySQL database server mysqld [ OK ]
* Checking for corrupt, not cleanly closed and upgrade needing tables.[/COLOR]

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
How to login to roundcube
« Reply #7 on: July 03, 2010, 05:55:31 AM »
Thats not an error, its just a message. iirc when MySQL starts up it just checks to make sure everthing is in order. It doesn't mean anything is wrong.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline samy4linux

  • Jr. Member
  • **
  • Posts: 15
Login Problem
« Reply #8 on: July 03, 2010, 06:01:00 AM »
Quote from: JohnDoh;28472
Thats not an error, its just a message. iirc when MySQL starts up it just checks to make sure everthing is in order. It doesn't mean anything is wrong.



Thanks a lot john.The roundcube in not connecting with the Mysql in the while we are config stage Its replying please check the database but all the configuration are clear in the mysql.My guide is Howto_Install ? Roundcube Webmail

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
How to login to roundcube
« Reply #9 on: July 03, 2010, 06:13:49 AM »
could you post the exact error please? also check in [rc root]/logs/errors for any more info.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline samy4linux

  • Jr. Member
  • **
  • Posts: 15
How to login to roundcube
« Reply #10 on: July 03, 2010, 06:19:18 AM »
Quote from: JohnDoh;28474
could you post the exact error please? also check in [rc root]/logs/errors for any more info.


Sure John..

Offline samy4linux

  • Jr. Member
  • **
  • Posts: 15
Login Problem
« Reply #11 on: July 03, 2010, 08:12:54 AM »
Quote from: samy4linux;28475
Sure John..


These are the ERRORS roundcube is not fetching MYSQL

Checking available databases

Check which of the supported extensions are installed. At least one of them is required.
MySQL:  NOT AVAILABLE(Not installed)
MySQLi:  NOT AVAILABLE(Not installed)
PostgreSQL:  NOT AVAILABLE(Not installed)
SQLite (v2):  NOT AVAILABLE(Not installed)



Database setup

db_dsnw

    Database settings for read/write operations:
    Database type
    Database server (omit for sqlite)
    Database name (use absolute path and filename for sqlite)
    Database user name (needs write permissions)(omit for sqlite)
    Database password (omit for sqlite)


Waiting for your reply

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
How to login to roundcube
« Reply #12 on: July 04, 2010, 04:07:48 AM »
Hi, "Check which of the supported extensions are installed. At least one of them is required." and you have none installed........ you are using a MySQL db so you need the PHP MySQL extension installed. IIRC you're using debian so `apt-get install php5-mysql` should do the trick.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline samy4linux

  • Jr. Member
  • **
  • Posts: 15
Login Problem
« Reply #13 on: July 04, 2010, 11:08:30 PM »
Quote from: JohnDoh;28498
Hi, "Check which of the supported extensions are installed. At least one of them is required." and you have none installed........ you are using a MySQL db so you need the PHP MySQL extension installed. IIRC you're using debian so `apt-get install php5-mysql` should do the trick.


HI John,
 
 How are you, Now iam getting a error please add in php.ini so guide me how to resolve this.



Checking available databases

Check which of the supported extensions are installed. At least one of them is required.
MySQL:  NOT AVAILABLE(Could be loaded. Please add in php.ini)
MySQLi:  NOT AVAILABLE(Could be loaded. Please add in php.ini)
PostgreSQL:  NOT AVAILABLE(Not installed)
SQLite (v2):  NOT AVAILABLE(Not installed)

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
How to login to roundcube
« Reply #14 on: July 06, 2010, 03:15:22 AM »
well as the error says the mydql extension is not yet correctly installed? have you tried restarting apache? if so and it still doesnt work then you need to go ask the debain guys whats wrong, this is not a RC issue so i'm afraid you wont get much help with it here
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…