Thread: MX Records
View Single Post
  #8 (permalink)  
Old 17-08-2007, 11:34
eUK-Martin's Avatar
eUK-Martin eUK-Martin is offline
Windows System Administrator
 
Join Date: Nov 2005
Location: Earth
Posts: 447
Default

Quote:
Originally Posted by DavidAllen View Post
Martin you are a star - thank you
It was my pleasure

Quote:
Just one more question
When I spoke to the other hosts they were talking of a secondary MX record - do I need one?
Well its depends on your need, for example: let the domain in question be martin.com.

You have changed mail.martin.com to point eukhost but you still wish to have mails working in case eukhost mails are down then you need a secondary MX record that is mail2.martin.com.

You just have you ADD an entry in the DNS, just below the main MX record to make it look like:

Code:
martin.com.  IN     MX    0     mail.martin.com
martin.com.  IN     MX    10   mail2.martin.com
In the above example mail.martin.com in primary mail server because it has priority set to '0' and mail2.martin.com is secondary mail server as the priority for it is set to 10. Mail will only route to mail2.martin.com if mail.martin.com does not respond in time and you can have multiple more of them with priority 20 30 40 etc.

Just make sure that your subdomain mail2.martin.com points to the correct 'A' record to point to the correct mail server. Also that mail server should hold an email account for your domain.
__________________
Martin
Windows System Admin.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Email :: windows @ eUKhost.com AND support @ eUKhost.com

Last edited by eUK-Martin; 17-08-2007 at 11:40.
Reply With Quote