Roundcube Community Forum

 

MySQL accounts and Unix accounts

Started by Alexismoy, February 16, 2007, 03:31:03 PM

Previous topic - Next topic

Alexismoy

Hi,

I have just installed roundcubemail for 2 days. Before, I was using Squirrelmail.
I have a problem. I don't know if it's not implemented or explained.

I would like to use this webmail for both MySQL accounts and Unix accounts.

Some people on my linux server have got a linux account (account in /etc/passwd) with one domain name (for exemple domaine1.tld), and others in a MySQL base with an other domain name (domaine2.tld).

Actually, it works, but all mails that I send from this webmail (and no mater which account I use), the respond mail is like that: [email protected] (in all case).

What I want is, that when I logon with a linux account (domaine2.tld), I would like the respond maill to be: [email protected] and not [email protected]

Any idea how to do?


maDa

Roundcube authtenticates against IMAP. Then you can make your IMAP server auth. against whatever you want. With PAM you can use both system and virtuals from SQL.

ihug

Create a second identity with the other email address, and select the appropriate identity when sending mail.