Author Topic: Use mysql users with Postfix  (Read 2647 times)

Offline AndDM

  • Newbie
  • *
  • Posts: 2
Use mysql users with Postfix
« on: August 31, 2010, 03:52:46 AM »
Hi, I'm new of mail server and roundcube. I've install Postfix+Dovecot+Mysql as mail server and It works, but now I want install roundcube and set It to use the mysql users.
I've a database mail with a table users and, in this table, the fields email and password.
Now, I must install the other table of roundcube schema, add the fields in the table user and set the connect of roundcube to this database. Is It right?

Thanks, bye.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Use mysql users with Postfix
« Reply #1 on: August 31, 2010, 08:24:31 AM »
The RoundCube database should be separate; RC is an IMAP client it authenticates against your IMAP server and not any backend directly.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline AndDM

  • Newbie
  • *
  • Posts: 2
Use mysql users with Postfix
« Reply #2 on: August 31, 2010, 09:17:07 AM »
Hi JohnDoh, so can't I use postfix user? Now I've link the postfix configuration to RC table users, I hope that I use this to manage the virtual user.
So I can enter with root or dovecot user credential, where I set the password?

EDIT: I'm sorry, It works. For my configuration i must set auto_create_user true. Thanks for your time.
« Last Edit: August 31, 2010, 10:49:13 AM by AndDM »