I have installed and configured Postfix in my VPS. This server listen to mail.example.com.
I think that i have configured it well, it has a dedicated IP, I bind postfix to use this dedicated IP, it has reverse DNS ecc ecc.
Now, as i told i have this MX: mail.example.com I would like to configure postfix to use more than one MX server. like:
mail2.example.com
mail3.example.com
mail4.example.com
The questions are:
Can I bind more then one ip address to a specific MX ? Example:
111.111.111.111 -> mail2.example.com
111.111.111.112 -> mail3.example.com
111.111.111.113 -> mail4.example.com
Do I need more then one server?
- I would like to know IF I can use postfix (in the same server)