I (try to) run Postfix/Courier + MySQL + Roundcube.
Why does Roundcube have a separate "users" table and how do the users get added there.
I have a "maildb" schema created by Postfix which works fine and then Rouncube created another schema, "roundcube", with another "users" table, with different structure.
I have the same problem with Postfix Admin, creating other structures.
How do you make all these work togheter (or at least Postfix / Rouncube)?
Thanks!
I understood how Roundcube creates users for Postfix.
You have to set auto_create_user to true (adding the value) in main.inc.php.
The users table in RoundCube keeps the users RoundCube preferences.