nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

MX record for a subdomain

This is a discussion on MX record for a subdomain within the Domain Name Server forums, part of the Mastering Servers category; Hi all, I have problem regarding public subdomain delegation i have created an A record for subzone in BIND on ...


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 15-09-2008, 03:59 AM
Junior Member
User
 
Join Date: Jul 2008
OS: RedHat/Solaris
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
h@foorsa.biz is on a distinguished road
Default MX record for a subdomain

Hi all,
I have problem regarding public subdomain delegation
i have created an A record for subzone in BIND on a machine running Solaris10 Sparc to point to another machine running win2k3 as follows
sub.domain.tld and www.sub.domain.tld now i want to add an MX record for mail routing for the win2k3 machine do i need to set up DNS server for the win2k3 if so how can i configure the records for the subzone on win2k3 machine
Thanks in advance for your help
Reply With Quote
  #2 (permalink)  
Old 17-09-2008, 03:22 AM
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 244 Times in 183 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

Under bind entry like as follows define mx recored for a domain:
Code:
@                      3600     IN MX 10 smtp.example.com.
OR
Code:
example.com                      3600     IN MX 10 smtp.example.com.
Use host command to view mx:
Code:
host -t mx 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


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
subdomain name entry in DNS server h@foorsa.biz Solaris/OpenSolaris 1 13-09-2008 10:59 AM
Lighttpd Subdomain Problem Mental Lexicon Web servers 2 24-07-2008 06:13 PM
Shell Script Searching For a Record In The File vinz4ever Shell scripting 1 11-05-2008 07:35 PM
lighttpd domain and subdomain settings muks Web servers 4 08-03-2007 06:39 PM


All times are GMT +5.5. The time now is 12:56 AM.


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