Hola,
We have all internet mail routing though two MTA notes servers and out two sendmail servers. We are looking to replace the sendmail servers with our current inbound spam gateway. So, to do this we have to be able and route internal mail that is directed to and from internal servers (generally Unix/Sendmail). So, we have narrowed in on a few known routing servers, and then want to use a wild card to catch all else. Here is the example:
serverA.internaldomainname.com serverA.internaldomainname.com
serverB.internaldomainname.com serverB.internaldomainname.com
serverC.internaldomainname.com serverC.internaldomainname.com
serverD.internaldomainname.com serverD.internaldomainname.com
serverE.internaldomainname.com serverE.internaldomainname.com
*.internaldomainname.com smarthostrelay.com
. INTERNET
This is what we want. Now, when we add the *.internaldomainname.com, the internal mail servers no longer route to the MTA and try to deliver directly themselves, generating a DFR as follows:
No route found to domain serverA.internaldomainname.com from server MAILSERVER/MAIL/SERVER. Check Server, Connection and Domain documents in the Domino Directory.
If we remove the wild card entry, all other FSMTPD documents work as designed. Mail servers send to the MTA’s and then is routed correctly. If we change the wild card to .internaldomainname.com (no *), then the document does not work at all. If we change it to internaldomainname.com (no . or *), it trumps all other FSMTPD documents.
I have added the desired wild card document, ran updall -R against the names.nsf, then replicated the names.nsf to all servers, followed by some good old router restarting. We currently have an open incident with IBM, but are under a time constraint. If anybody has any ideas, that would be great.
Thanks.
Mike