I have one mail server , which taking request from all client , Now I want to Implement one another server, who doing nothing only observe the load of my old server. and comes in picture when that server is down . My new server shall take all traffic, which are coming to that down server and should reply client like my down server will reply.
I want to implement another Mail server which can help when Exciting server down?
I have one mail server , which taking request from all client , Now I want to Implement one another server, who doing nothing only observe the load of my old server. and comes in picture when that server is down . My new server shall take all traffic, which are coming to that down server and should reply client like my down server will reply.
One Response
Leave a Comment







February 23rd, 2009 at 9:40 am
You need to implement a DNS server with some sort of round robin configuration.
I’m too dusty on DNS administration to tell you exactly what to do with regards to the DNS Server configuration.
Just have another email server installed in the network and the DNS Server should resolve or take action when one of the email server is down.
Cheers