LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 03-05-2007, 02:31 AM   #1
sachin1361
Member
 
Registered: Feb 2007
Posts: 126

Rep: Reputation: 15
dns mx prob


I have one Linux server ES-4 edition. and first time implementing BIND ans sendmail on it.

Hostname : fruits
FQDN: fruits.orange.com
IP address: 172.17.0.206


Now i want to know how to configure BIND and sendmail so that BIND could resolve the addresses and mail flow starts.

As far as i know followinh line should be entered in zone conf file:

fruits.orange.com. IN A 172.17.0.206
orange.com. IN MX 0 fruits.orange.com.


Is it right ????? but donot know to configure sendmail for this ........ PL tell me

Another thing i want to know I 'd read somewhere on the Net that

mail sent to , in this scenario, say username@orange.com will be actually sent to the username@fruits.orange.com ..........

1))) If the above configuration in my zone file will automatically do this ?????
2))) should i change it to as:
orange.com. IN MX 0 orange.com.

3)) which one is better from above configuration and how the routing will be done
 
Old 03-07-2007, 05:50 AM   #2
fukawi2
Member
 
Registered: Oct 2006
Location: Melbourne, Australia
Distribution: ArchLinux, ArchServer, Fedora, CentOS
Posts: 449

Rep: Reputation: 34
Code:
$ORIGIN .
$TTL 38400      ; 10 hours 40 minutes
mydomain.com.au         IN SOA  mydomain.com.au. root.mydomain.com.au. (
                                2006082491 ; serial
                                3600       ; refresh (1 hour)
                                300        ; retry (5 minutes)
                                604800     ; expire (1 week)
                                3600       ; minimum (1 hour)
                                )
                        MX      10 mx1.mydomain.com.au.
                        MX      20 mx2.mydomain.com.au.
$ORIGIN mydomain.com.au.
$TTL 43200      ; 12 hours
mx1               A       172.17.0.206
mx2               A       <another ip address>
As for your second question, I'm not sure, but I'd like to find out too
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
resolving dns prob linuxtesting2 Solaris / OpenSolaris 3 03-14-2006 01:23 PM
KPPP - Little Prob - DNS Auto detect qs_tahmeed *BSD 0 08-04-2005 02:41 PM
dsl dns prob? susanrae Red Hat 0 08-28-2004 09:20 AM
cnames or dns prob? thornton Linux - Networking 3 06-19-2004 05:08 AM
Reverse DNS prob. KeeFyBeeFy *BSD 0 04-25-2003 05:10 PM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration