What Is A Mail Server
What Is A Mail Server
whatismyipaddress.com/mail-server
With the click of a mouse button, you can send an email from one point of the globe to another in a matter of
seconds. Most of us take this process for granted, giving little thought to how it actually works. It's easy to
understand how standard snail-mail gets from point A to point B - but how does an email message make its way
from a sender to a recipient? The answer to that question revolves around something called a mail server. You
can learn more about the role that mail serves play in email delivery by reading on below.
A mail server is the computerized equivalent of your friendly neighborhood mailman. Every email that is sent
passes through a series of mail servers along its way to its intended recipient. Although it may seem like a
message is sent instantly - zipping from one PC to another in the blink of an eye - the reality is that a complex
series of transfers takes place. Without this series of mail servers, you would only be able to send emails to
people whose email address domains matched your own - i.e., you could only send messages from one
example.com account to another example.com account.
Step #1: After composing a message and hitting send, your email client - whether it's Outlook Express or Gmail -
connects to your domain's SMTP server. This server can be named many things; a standard example would be
smtp.example.com.
Step #2: Your email client communicates with the SMTP server, giving it your email address, the recipient's email
address, the message body and any attachments.
Step #3: The SMTP server processes the recipient's email address - especially its domain. If the domain name is
the same as the sender's, the message is routed directly over to the domain's POP3 or IMAP server - no routing
between servers is needed. If the domain is different, though, the SMTP server will have to communicate with
the other domain's server.
1/2
Step #4: In order to find the recipient's server, the sender's SMTP server has to communicate with the DNS, or
Domain Name Server. The DNS takes the recipient's email domain name and translates it into an IP address. The
sender's SMTP server cannot route an email properly with a domain name alone; an IP address is a unique
number that is assigned to every computer that is connected to the Internet. By knowing this information, an
outgoing mail server can perform its work more efficiently.
Step #5: Now that the SMTP server has the recipient's IP address, it can connect to its SMTP server. This isn't
usually done directly, though; instead, the message is routed along a series of unrelated SMTP servers until it
arrives at its destination.
Step #6: The recipient's SMTP server scans the incoming message. If it recognizes the domain and the user
name, it forwards the message along to the domain's POP3 or IMAP server. From there, it is placed in a sendmail
queue until the recipient's email client allows it to be downloaded. At that point, the message can be read by the
recipient.
At the end of the day, a mail server is a computer that helps move files along to their intended destinations. In
this case, of course, those files are email messages. As easy as they are to take for granted, it's smart to have a
basic grasp of how mail servers work.
2/2