I am trying to avoid running through DNS servers to get an email message to an address on one of my hosted virtual accounts.
I know I can surround the IP address with square brackets but how do I designate the mailbox username for the (virtual) hosted account on the server?
In other words,
- I have multiple domains hosted on a virtual server -- all sharing the same IP address
- obviously, user@domain.com works fine
- but how do I send to user@[123.456.78.90]
Is what I want to do, possible?
Thanks.