nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Dns MX Record

This is a discussion on Dns MX Record within the Domain Name Server forums, part of the Mastering Servers category; if i put in dns similar prefence MX record two times for same domain mail server then what will happen,to ...


Go Back   nixCraft Linux Forum > Mastering Servers > Domain Name Server

Linux answers from nixCraft.


Domain Name Server Discussion on domain name server including BIND and other servers.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-10-2008, 07:03 PM
Member
User
 
Join Date: Nov 2007
OS: Debian
Posts: 31
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 0
Rahul.Kolan is on a distinguished road
Default Dns MX Record

if i put in dns similar prefence MX record two times for same domain mail server then what will happen,to whom it give high priority.
kindly explain ,iam totally confused , waiting for your response.


Regards
Rahul Kolan
Reply With Quote
  #2 (permalink)  
Old 08-10-2008, 11:14 AM
amitabh's Avatar
Contributors
User
 
Join Date: Jul 2008
Location: New Delhi
OS: FreeBSD
Posts: 99
Thanks: 0
Thanked 4 Times in 3 Posts
Rep Power: 4
amitabh has a spectacular aura about amitabh has a spectacular aura about amitabh has a spectacular aura about
Send a message via MSN to amitabh Send a message via Yahoo to amitabh Send a message via Skype™ to amitabh
Default

If you have two records with similar priority, there is no set logic on which records will be used first by the MTA. Either of them can be used.
Reply With Quote
  #3 (permalink)  
Old 08-10-2008, 12:27 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 246 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Each MX record contains a priority and a host name. To give priority use numbers:
Code:
@                      3600     IN MX 10 mx1.example.com.
@                      3600     IN MX 20 mx1.example.com.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
Reply

Tags
dns , mx priority


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
MX record for a subdomain h@foorsa.biz Domain Name Server 1 17-09-2008 03:22 AM
Shell Script Searching For a Record In The File vinz4ever Shell scripting 1 11-05-2008 07:35 PM


All times are GMT +5.5. The time now is 08:56 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38