RE: Exchange by petergal
petergal
Tue Nov 04 19:54:48 CST 2003
Hello Simon,
For Exchange, you will want to have someone (your ISP possibly) "hold" your
mail if your server goes offline for any reason. You can do this by
creating an additional MX record on the internet with a higher priority
than your current one. Have the MX record point to someone (again,
possibly your ISP) and have that someone hold email for your domain.
Here is an example for testdomain.com:
=============================
testdomain.com MX preference = 10, mail exchanger =
mail.testdomain.com
testdomain.com MX preference = 20, mail exchanger =
mail2.testdomain.com
=============================
In this example, if "mail.testdomain.com" (your server in this example)
goes down and someone tries to send mail to "testdomain.com", it will try
to connect to "mail.testdomain.com" (as it has the lowest priority) and
fail, then go to the next MX record with the next highest priority
"mail2.testdomain.com" and deliver the mail. It will then sit there until
it is "de-queued" or resent to your server (when it comes back online).
Thanks for posting!!
Regards,
Peter Gallagher
Microsoft Product Support
Small Business Server Team