Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: grpprod on July 13, 2015, 05:32:19 AM

Title: Identity creation for virtual users
Post by: grpprod on July 13, 2015, 05:32:19 AM
Hello,
I am trying to set up a single RC installation to serve multiple domains, all hosted in one mail server.

I've set up virtuser file, and my problem is that the identity that is automatically created is based on the real username. For example, if there is an email address of the form:

[email protected]

this points to [email protected]

So I did this in virtusertable:

[email protected]      john

This works but I want the identity created to be [email protected]. And of course, user to be able to SEND email using this alias.

Thank you
Title: Re: Identity creation for virtual users
Post by: ABerglund on July 13, 2015, 11:27:03 AM
Take a look at the virtuser_file and virtuser_query plugins to see if one of those might help you. I use virtuser_file to support 14 different domains on my RC instance, also all hosted on the same server.
Title: Re: Identity creation for virtual users
Post by: grpprod on July 14, 2015, 01:15:11 AM
Thank you for your reply, I am not sure I follow, though. I already use virtuser_file plugin (this is how I managed to create virtual users).