Sending an Email from 2 Mail Servers

Posted by Ted Smith on Server Fault See other posts from Server Fault or by Ted Smith
Published on 2012-07-06T18:17:18Z Indexed on 2012/07/06 21:19 UTC
Read the original article Hit count: 326

We are currently attempting to move away from using a "local" mail(exchange) server to an cloud based offering for all our automated emails. The problem is that we send and receive thousands for emails a day and its uptime is quite critical so the business do not want to put all their eggs in one basket, so if we would like to use a cloud based offering(mailgun) they would like a backup if this goes down. So my question is:

Would it be possible to set multpile A, TXT and CNAME records to multiple IP address so if one mail server goes down we can automatically start sending emails from the fallover(without them being blocked doing a reverse DNS lookup)? I know we will still need to adjust the MX record for incoming emails but that is acceptable to not receive emails for a short(1-2 hours) of time.

Does this make sense?

© Server Fault or respective owner

Related posts about email

Related posts about reverse-dns