Two domains and one Linode
2 Replies
So, if you call your servers host name "server" and your 1st domain name is called example.net, you would set your mail server up to send all mail for example.net through server.example.net
In the DNS you will set an MX record to tell the word that the mail server for example.net is server.example.net
Now for reverse DNS, set it to the ip address of server.example.net
Now if you buy a 2nd domain, example.org, you modify the configuration of your mailserver server.example.net to also handle mail for the domain example.org
Now in the DNS, set another MX record to tell the word that the mail server for example.org is server.example.net
The reverse DNS does not change.
Cheers!