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
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.
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).