Configuring DNS MX record


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Configuring DNS MX record
# 1  
Old 01-13-2010
Configuring DNS MX record

I now know that I have to configure dns mx to actually be able to send email correctly to my mail.
I have the link(user guide) on how to do this :

Code:
http://bobcares.com/blog/?p=29

but where do I configure it? Is there a specific file for the configuration? I really don't understand this part.
# 2  
Old 01-13-2010
A bit of clarification first: the MX record tells a mail server which IP(s) are responsible for receiving mail for a certain domain. If there's no mail server listening there, or if it's configured wrong, you'll still get no mail.

You have to configure the MX record in the authorative DNS server for your domain. How that's done depends on which one you use. For BIND you'd have to put a line like
Code:
your.domain IN MX ip.of.mail.server

or
Code:
mail.your.domain IN A ip.of.mail.server
your.domain IN MX mail.your.domain

in the appropriate zone file & reload the configuration.
# 3  
Old 01-13-2010
Hi pls guide me on these as I am quite unsure :

The zone file has to be located in /var/named/zone right?
So is zone a directory or a file?
What is the extension of the file?
Can any name be given for the zone file?

In the DNS HOW TO User Guide, there are many samples given.

So if my server ip is 192.168.0.90 and the mail server name is mail.softsolvers.com.my, do I name my file "192.168.0.90"?

And then create the file according to the tutorial for
/var/named/zone/206.6.177?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to update DNS record in Solaris 5.10?

Hi I have a DNS server running on Solaris 5.10, I need to update ip address of two urls defined on our dns server how do i do that? and do i need to restart dns/named service after? how do i restart the service? Thanks (4 Replies)
Discussion started by: arocker
4 Replies

2. UNIX for Dummies Questions & Answers

Configuring DNS

Hi guys, I had Cpanel VPS hosting and switched to non managed VPS hosting. My nameservers are configured as follows ns1.mobz.ca 69.175.76.110 ns2.mobz.ca 69.175.76.111 Before switching my domain worked perfectly. Like webprofessionalsconnect.com with those settings worked. With new... (4 Replies)
Discussion started by: vahankh
4 Replies

3. Red Hat

[Solved: Missing A Record] DNS issue

Hi, I have recently built a new DNS server and created a new zone. I use an ESMTP server to handle mail and the new domain has been added to this. I can send mail to gmail and other domain addresses but unable to send it to one particular domain. (DSN:Service Unavailable) DNS... (2 Replies)
Discussion started by: Duffs22
2 Replies

4. IP Networking

Configuring DNS Server in Linux Redhat

Can someone help with a detail step-by-step oh how to configure DNS server on Linux Server. - I need to have 3 IP addresses map to a single hostname. for clients I'm a Linux rookie. Thanks Oscar (1 Reply)
Discussion started by: FrankOscar
1 Replies

5. UNIX for Dummies Questions & Answers

How to Create a new internal DNS CNAME record

I need to create a new internal DNS CNAME record called "project.omc.eod" that points to a server called SPARC27.ds.eod. This is my first time doing this and any help would be greatly appreciated. Thanks in advance (10 Replies)
Discussion started by: mikeade
10 Replies

6. Red Hat

DNS A-Record point to another DNS

Hi, I have a question on how to point the DNS server-1's A-record to second DNS server, which is DNS server-2. So, the computer can access other domain which only listed in the DNS server-2. The scenario is as follow: http://img689.imageshack.us/img689/6333/12234.png How to configure this... (4 Replies)
Discussion started by: Paris Heng
4 Replies

7. IP Networking

DNS does all slave Name Server must be in the zone Resource Record file?

Hy guys, I've a problem configuring my Name Server (using bind 9) which is I'ts always necessary to put all slave Name Server for a zone in the zone resource record file or db (as you prefer)? I've this scenario: A - my domain which is son of some TLD and I delegated into two new domains B... (1 Reply)
Discussion started by: pharaoh
1 Replies

8. Linux

Configuring dns in local domain

Hi everybody, for revolving local host name of my network, I set up an dns server to solve my problem, but til now, nothing happen when I ping a hostname, but work on IP. Can you help me to correct the configuration. Here is all my settings: Voici mes fichiers de configuration: -... (2 Replies)
Discussion started by: beloge2002
2 Replies

9. IP Networking

configuring dns and dhcp

hello i am running my sipx server in 192.168.2.14 i would like to configure domain name and host name for this ..... can anyone tell me how to configure dns server and dhcp server so that any body both outside and inside the lan could access the sipx server by their host.domain.com name (1 Reply)
Discussion started by: sudeepiit
1 Replies

10. UNIX for Advanced & Expert Users

configuring DNS

what are the files needed for the installation of a dns server on linux (redhat 7x)? what service does it run and where are the files & services located? (1 Reply)
Discussion started by: lealyz
1 Replies
Login or Register to Ask a Question