Some time ago we had a request from a customer to make sure that the incoming SMTP mails, for a specific internet domain, are routed only to users who have Internet Address with this exact internet domain set in their Person Document.
The Domino Router task behavior, at that point was the following (extremely simplified):
- Router gets an E-Mail over SMTP for intended recipient john.doe@acme.com.
- Router searches the “names.nsf” for the recipient.
- Finds john.doe@acme-marketing.tv and delivers the mail to this user.
There was one Domino Global Domain document in the “names.nsf” with a lot of alternate internet domain aliases. So, this would mean that if the primary domain is “acme.com” and an alternate internet domain “acme-marketing.tv”, your users would be receive e-mails addressed with alternate domain even though they do not have it specified in their Domino Person document.
For one specific Internet Domain, this was not a way to go. The solution for this was quite simple, we needed to create a new Global Domain document with this Internet Domain specified as a Primary Internet Domain and remove the same domain from the first (“old”) Global Domain Document. This prevents the Domino Router task from looking up this Domain as Alias, thus making sure the E-Mails addressed with this domain are only routed to users who have this domain specified in their Person document.
After a new Global Domain document is created and you are satisfied with the config, restart the Domino Router task, to make sure that the change is picked up by the Router task.
This behavior is described, in detail, in the following article.