LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-17-2005, 03:22 AM   #1
SiLiCoN
Member
 
Registered: Sep 2004
Location: India
Distribution: Solaris 9, FreeBSD 4.10, Slackware, RedHat, Knoppix,
Posts: 84

Rep: Reputation: 16
Question MX record concept


Hi all,

This is not a problem with linux or any specific OS. I am lacking in concept with MX records. Well i would just like to know why an MX record is needed when i mail someone specifying the exact fully qualified domain name.
When i mail someone to a particular domain, lets say "yahoo.com", in that case, the resolver checks the MX record of yahoo.com and sends the mail to the particular users account using yahoo's inbound mail server. I understand the MX record for yahoo.com is required here to let the resolver know about the mail server(s).
now if i mail some one to a particular host (lets say "mr_x@host1.yahoo.com") does the resolver again check for the MX records for yahoo.com? What i want to know is
does the particular computer has to be an "MX record specified" mail server in order to receive mails from other domains even if it is running a mail server (like sendmail or qmail) ?
Please let me know about this a i m trying to figure out the answer for the last couple of hours (maybe i didnt search well in google).

Thanks in advance,
SiLiCoN
 
Old 06-17-2005, 05:25 AM   #2
stefan_nicolau
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Debian Etch/Sid, Ubuntu
Posts: 529

Rep: Reputation: 32
No, if you look at yahoo.com, you will se the following

yahoo.com MX mx1.mail.yahoo.com
mx1.mail.yahoo.com A 4.79.181.15
no need for another MX record.

Also, you can send mail to any host with an A record (or ip)
 
Old 06-17-2005, 05:55 AM   #3
scowles
Member
 
Registered: Sep 2004
Location: Texas, USA
Distribution: Fedora
Posts: 620

Rep: Reputation: 31
I don't really know if the mail related RFC's specify a delivery order (like MX, then FQDN) for MTA's, but I have noticed that if an MX record is missing, the MTA will try to delvier to the FQDN. i.e. me@host1.mydomain.com.

Note: Just because you can specify a FQDN for the recipient e-mail address, the remote host must also be running an MTA (like postfix) to accept e-mail connections. Furthermore, the remote MTA must be configured to accept e-mail addressed to the FQDN versus the domain name. Most properly configured MTA's will reject e-mail addressed to the FQDN.

Example:

mydomain.com MX record points to mail.mydomain.com

E-mail addressed to me@mydomain.com is accepted, but e-mail addressed to me@mail.mydomain.com would be rejected. Why? Using postfix for example, the "mydestination" parameter does not allow e-mail addressed to the FQDN to be accepted. i.e. from the postfix main.cf file...
Code:
mydomain=mydomain.com
myhostname=mail.$mydomain
mydestination = localhost.$mydomain, localhost, $mydomain
but... if I configured the "mydestination" parameter to include the FQDN (myhostname), then e-mail addressed to the FQDN would also be accepted. i.e.
Code:
mydomain=mydomain.com
myhostname=mail.$mydomain
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
 
Old 06-17-2005, 06:57 AM   #4
SiLiCoN
Member
 
Registered: Sep 2004
Location: India
Distribution: Solaris 9, FreeBSD 4.10, Slackware, RedHat, Knoppix,
Posts: 84

Original Poster
Rep: Reputation: 16
thanks for the replies
i ll tell you exactly what happened....
i have access to a subdomain for a large site (lets say xxx.com and my subdomain as me.xxx.com)
now i had set up qmail on "me.xxx.com"
it was able to send mails to gmail and gmail recieved it with username@me.xxx.com
when i replied to the mail (from gmail), first of all the messages bounced back saying "mail cannot be delivered to me.xxx.com -SMTP relay access denied" - i know that problem has got to do nothing with MX records
now i had set the MX record of xxx.com to me.xxx.com ,
now when i send mails from gmail to me.xxx.com, the error message did not appear and no mail delivery failure message was recieved in the gmails inbox (strange: the SMTP relay access denied problem just disappeared)
but at the server (me.xxx.com) the mails were not there - i didnt find any mails in that server and the mails seem to just disappear

any clues?
 
  


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
Concept behind MX records wwnexc Linux - Networking 7 10-27-2005 09:28 PM
Iptables Concept rulex Linux - Networking 2 06-13-2005 06:19 AM
Unable to record mic-in with SoundBlaster Live! while able to record other sources max76230 Linux - Newbie 2 03-14-2005 04:31 AM
A new concept for install luiwo Linux - Hardware 1 09-05-2004 04:28 AM
LBA-H/w or S/w Concept?? LinuxUser813 Linux - Hardware 0 07-06-2004 02:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:59 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