Dear All ,
How does mail routing happen in internet world . Say if i send a mail from Yahoo mail account to another account on Hotmail. Does it happen in the same way as it happen in domino domain … Please guide as it will help me to make concept clear for mail routing
Thanks in advance
Vikalp kumar
Subject: Mail Routing
It is easier to think of the mail traffic as a conversation between to people.
Mail server 1 = (Bob) and is Yahoo
Mail Server 2 = (dave) and is Hotmail
Conversation is like this.
Bob says: Hello my name is BOB
Dave says: Hello Bob I am Dave
Bob say: Here is a document (letting dave know how he is going to send it)
Bob passed Dave the Document.
Dave says: Thank you I have received the document
This is very simple but all SMTP transfers happen in the same way. Whether the message is tunnels or not. This is the standard for all SMTP traffic and all servers and application have to abide by it.
Subject: RE: Mail Routing
Dear Nathan ,
Thanks for the response , that right it happen in the same way as told in your example … can you please give me through detail …
Suppose i am sending mail from Yahoo account and press send button where this mail will hit first ? … and then atlast to recipent which on Hotmail account …
Thanks in advance
Vikalp Kumar
Subject: RE: Mail Routing
OK here goes
- You hit send
Your Client (web / Notes / Outlook) will send the information that you have types or attached and send it to the mail server
-
The server will convert the information into MIME format (for transfer)
-
The Server will look up the MX record for the Domino @etc.com. This will point the SMTP server to the correct IP address of the recipient server.
-
The server will send the “Helo” to the other server and start the transfer
-
A 200 response is sent to the sending server that all has been received. The sending mail server ends connection.
6: The recipient mail server finds the name of person / group etc. Then delivers the email if it can.
- the client can then refresh the inbox to view the email.
Subject: RE: Mail Routing
Dear Nathan ,
Thanks for description i was actually looking for this kind of description only . can you please provide me some link or documentation which help me to know more about MMX records , SMTP concept, MIME etc like how they work and their uses in internet mail routing …
Thanks in advance
Vikalp Kumar