Author Topic: Identity creation for virtual users  (Read 2975 times)

Offline grpprod

  • Full Member
  • ***
  • Posts: 53
Identity creation for virtual users
« 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:

info@domain1.com

this points to john@myserver.com

So I did this in virtusertable:

info@domain1.com      john

This works but I want the identity created to be info@domain1.com. And of course, user to be able to SEND email using this alias.

Thank you

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: Identity creation for virtual users
« Reply #1 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.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline grpprod

  • Full Member
  • ***
  • Posts: 53
Re: Identity creation for virtual users
« Reply #2 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).