Re:
There are two aspects here.
1. Domino checks the hostname and domino
common name to ensure we are the correct server responding to the request.
2. DNS
For number 2 it is pretty simple. You
add an alias and redirect it to the Domino server and the problem is solved
For number 1 you must instruct Domino
to accept connections from other hostnames or common names. The server
document can only contain one value, however, there is a notes.ini that
can be used for load balancing which allows you to add additional values
NETWORK_SPRAYER_ADDRESS
You can add the different aliases for
the fully qualified name or domiono server names separated by a comma.
It also accepts wild card (*) allows anything in (no name checking)