I have problem with routing mail between two diferent Notes domains. I made a connection document, that should route mail from our server in DomainA to the second server in DomainB.
The routing works ONLY if the recepient address looks like this:
UserName/DomainB@DomainB
But we are using some databases that generate some mail messages. The problem is, that recepient’s address in this generated message looks like this:
UserName/DomainB
In this case, our server does not route the mail to DomainB, but it writes “The user UserName/DomainB is not listed in Domino Directory”.
A connexion doc is not the only thing that need to be done when setting-up routing between two domains. Both domain must also know that the other exist and how to reach it.
Look at the admin help files or the yellows book. The procedure is really simple.
The problem is, that the server will not send message in format name/domainB to domainB. It writes: The user was not found in Domain Direcotory.The routing works only if you send a mail from DomainA to a person in DomainB in this format:
name/DomainB@DomainB
But I can not tell users to use this format. And I have written some databases, they use the format name/domain to send mail.
Any ideas how to solve this?
I have tried to add all the possible domain documents, but it did’t help. I think, that the server converts the address name/domainB to address name/domainB@domainA and this is bad. It should be converted to name/domainB@domainB. I don’t know how to tell him to use this conversion.