Roundcube Community Forum

 

Need some help with configuration

Started by Tai, November 12, 2008, 11:24:10 AM

Previous topic - Next topic

Tai

Hello. I have a small problem. Telling the truth I don`t know what to do next. I know smth about mysql, so with some help maybe I`l be able to make this stuff work.
First of all, so far I configured postfix, devcot, clamavd with virtual mailboxes according to this tutorial Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3. Only roundcube left... and it looks like its gonna be the toughtes part of the job :-(( As you see tables that uses roundcube have diffrent structure from this used in tutorial, so I have working server with mysql etc but I have no idea how to make it work with webmail in my case - roundcube... Any help will be appreciate.

id10t

When you run the roundcube installer it will prompt for mysql username and a db name, and a prefix for the tables created.  You don't need to do any mysql set up manually other than to create a user that will have access.

Tai

wait a minute. Create database you say, but I have database with virtual users, emails, forwards etc... created for postfix (as written in that tutorial)... The problem is how to "make it work" along with roundcube... Is it possible or not?
The problem probably lies in table structure that has been used in that tutorial and those used by roundcube... Correct me if I`m wrong. Roundcube authorize (afaik) users by selection emails from database... There is option in config that allows us to create our own query for the database, but the first column must be an email address... don`t know iif its the only problem... Anyway thanks for help. I`ll try on my own to make it work. If I succed I let you know :-)

id10t

My roundcube install (only 24 hours old) is authenticating against my regular Linux user accounts.  I use exim4 with virtual hosting as my smtp software.

However, roundcube stores settings, caches of emails, drafts, etc. in the database.   Having only glanced over TFM, I'm not sure about it reading a different db to authenticate users, etc.

JohnDoh

id10t is right
QuoteHowever, roundcube stores settings, caches of emails, drafts, etc. in the database.

Roundcube authenticates against your imap server not directly with a database or anything else. The Roundcube database is just for storing settings and address books, and message cache (if you have caching enabled)
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...