Email is a fundamental part of communciatons today and has been around since the early days when the Internet was more commonly referred to as ARPANET. The majority of Internet users have more than one email address; a hotmail account, gmail account, work email and a yahoo email account. Businesses also rely upon email and if email servers are down or email is lost then that could cost a business dearly.
Mailhop Relay
Have you ever sent an email to an address and recieved a reply similar to “Message Undeliverable: “, this could be down to several issues such as the recipients email address not being found or the recipients mail server being down. Now if someone is sending you an email and they receive a similar email, then that could mean that you Mail Server is down. When your emails are bouncing like this, emails can be lost and more importantly business can be lost.
In order to prevent incoming mail from being lost you can use a thing called a mailhop relay. A mail hop can prevent mail from being lost when your email server is down and can also stop emails being bounced back to the email sender.
How a Mailhop Relay works.
Mailhop relay works by using MX records (Mail Exchange records) and each MX record has a priority and is linked to a specific mail server. You can set up your mail server as the primary mail server then the mailhop relay server as the secondary server. If the first server fails then the second server will hold on to the mail and attempt to redeliver the emails to you. For instance your MX records could be set up as so:
mydomain.com MX preference = 10, mail exchanger = mail.mydomain.com
mydomain.com MX preference = 20, mail exchanger = mx2.mailhop.org
If mail.mydomain.com goes down then mx2.mailhop.org can take over.

