First of all thankyou to the developers, maintainers and community for creating NethServer - I have found it fairly easy to use so far and hope I can pay back some day…
I am presently attempting to set up mailboxes for multiple domains (e.g. lee@domainA.com and lee@domainB.com). I have changed the DNS A record for both domains to point at my NethServer machine and have managed to set up the first email address. For the second, @domainB does not come up as an option when I go to Users and Groups->User name (it is fixed to @domainA.com). I have created a new domainB.com domain in Configuration->Email.
lee.domainA.com gave this error: lee@domainA.com;: Recipient address rejected: undeliverable address: User unknown in virtual alias table
I’ve read all the other threads I could find on this topic, as well as the docs, but can’t seem to find clarity on this. I have the following questions:
Is multiple domain SMTP email possible with Nethserver via the UI, or otherwise?
Is there a guide to add extra email domains and SMTP?
What is the virtual alias table and where do I edit it?
Can you see any fundamental misunderstanding I’m making?
By design, no. NethServer do not support fully customizable multiple domain mailboxes.
You can have only one userbase and only one set of mailboxes/aliases, but these could be bonded to multiple domains.
Yes, but if you want those addresses to belong to different user accounts it will be ugly (if they’re going to be the same account, it’s quite simple; just set up an email alias). You’d set up two accounts, call them lee1 and lee2. You’d then create a mail alias of lee@domainA.com → lee1, and lee@domainB.com → lee2.
Is and “Account” the same as “User” in this context (the “account provider” seems to be fixed via the LDAP install)? So far I have mapped Aliaslee@domainB.com to destinationlee@domainA.com, which doesn’t work. I can’t quite seem to figure out how to do the mapping you suggest…