Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: max123 on June 30, 2010, 01:14:05 AM

Title: How to login to roundcube
Post by: max123 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?
Title: How to login to roundcube
Post by: dziobak 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.
Title: Login
Post by: samy4linux 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.
Title: How to login to roundcube
Post by: JohnDoh 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.
Title: Login Problem
Post by: samy4linux 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.
Title: How to login to roundcube
Post by: JohnDoh 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.
Title: Login Problem
Post by: samy4linux 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]
Title: How to login to roundcube
Post by: JohnDoh 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.
Title: Login Problem
Post by: samy4linux 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 (http://trac.roundcube.net/wiki/Howto_Install)
Title: How to login to roundcube
Post by: JohnDoh 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.
Title: How to login to roundcube
Post by: samy4linux 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..
Title: Login Problem
Post by: samy4linux 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
Title: How to login to roundcube
Post by: JohnDoh 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.
Title: Login Problem
Post by: samy4linux 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)
Title: How to login to roundcube
Post by: JohnDoh 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
Title: Imap Login
Post by: samy4linux on July 06, 2010, 07:08:07 AM
Quote from: JohnDoh;28556
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


Hi John,


 I was able to finish the database issue,Finally i came to  config stage in that iam having one clarification.
                               I want to create one imap user for my first login so for that i had installed Dovecot from here i do no how to create imap user.So please guide me what is the command to create.
Title: How to login to roundcube
Post by: JohnDoh on July 06, 2010, 07:38:47 AM
This is the RoundCube forum, you will not get help with Dovecot here. Also please stop duplicating your posts. you wont get help any faster and its very annoying!
Title: Imap Login
Post by: samy4linux on July 07, 2010, 01:14:18 AM
Quote from: JohnDoh;28566
This is the RoundCube forum, you will not get help with Dovecot here. Also please stop duplicating your posts. you wont get help any faster and its very annoying!


Sorry Team.