Results 1 to 3 of 3
I've got two mail servers - old and new. I want to migrate mail bbut I need both servers to receive and store emails until I work out the bugs ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-01-2011 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 59
DNS - send received mail to two mail servers (mirror mail)
I've got two mail servers - old and new. I want to migrate mail bbut I need both servers to receive and store emails until I work out the bugs out of the new system.
If I add another MX record and set the priority to both of them it will randomize the process. I do not want load balancing, I want for every message received by the DNS to be mirrored and routed to both mail servers.
How can this be done?
- 09-02-2011 #2Linux User
- Join Date
- Dec 2009
- Posts
- 252
Would say you've two or three possibilities:
Way1:
You install a tool that fetches the mails from server old into server new. (example: fetchmail)
Way2:
You create an automatic forward to the new server on the old one.
Depends on the software you had used on the old server.
Way3:
Set up a third "mail" software that forwards all mails to both servers.
If anyone knows another possibility I forgot, I wanna know 2!
- 09-03-2011 #3
Oh, and DNS does not receive any mail, that is not its job. Mail servers send a request to DNS for the ip address of the mail server. You should not be looking to DNS to fix this problem. As stated above setup your mail server to relay/copy the messages it receive to the new mail server.


Reply With Quote
