Difference between revisions of "Mail server"

From CNM Wiki
Jump to: navigation, search
(Categories)
Line 4: Line 4:
  
  
==Categories==
+
==Functions==
 
The ''Server'' may be one or more of the following:
 
The ''Server'' may be one or more of the following:
 
#'''[[Mail submission agent]]''' (also known as [[outgoing mail server]], [[message submission agent]] or by its acronym [[MSA]]), which is a [[computer application]] used to accept, analyze, correct, and send [[email]]s that end-users enter into their [[mail user agent|MUA]]s;
 
#'''[[Mail submission agent]]''' (also known as [[outgoing mail server]], [[message submission agent]] or by its acronym [[MSA]]), which is a [[computer application]] used to accept, analyze, correct, and send [[email]]s that end-users enter into their [[mail user agent|MUA]]s;
Line 11: Line 11:
 
#'''[[Mail delivery agent]]''' (also known as [[incoming mail server]], [[message delivery agent]] or by its acronym [[MDA]]), which is a [[computer application]] used to deliver an [[email]] to its recipient's [[mail user agent|MUA]].
 
#'''[[Mail delivery agent]]''' (also known as [[incoming mail server]], [[message delivery agent]] or by its acronym [[MDA]]), which is a [[computer application]] used to deliver an [[email]] to its recipient's [[mail user agent|MUA]].
  
Common senders submit their electronic mail messages to their [[mail user agent|MUA]], which transfers the message to the [[mail submission agent]], which transfers the message to either [[mail delivery agent]] or [[mail exchanger]] between the two. Finally, the [[mail delivery agent]] transfers the message to receiver's [[mail user agent|MUA]].
+
===Process===
 +
:Common senders:
 +
:#Enter electronic mail messages to their [[mail user agent|MUA]];
 +
:#The [[mail user agent|MUA]] transfers the message to a [[mail submission agent]];
 +
:#The [[mail submission agent]] transfers the message to a [[mail exchanger]];
 +
:#The [[mail exchanger]] finds the location of recipient's [[mail delivery agent]] in order to transfer the message to it;
 +
:#The [[mail delivery agent]] transfers the message to receiver's [[mail user agent|MUA]] or [[mail user agent|MUA]]s;
 +
:#The recipient now is able to read the message and send the response.
  
 
==Best practices==
 
==Best practices==

Revision as of 04:12, 20 June 2019

A mail server (hereinafter, the Server) is any software instance that transfers electronic mail messages from or to other Servers using the Simple Mail Transfer Protocol (SMTP). The Servers may also take the messages from sender's mail user agents (MUAs) and deliver those to recipient's MUAs, usually, using POP3 and/or IMAP protocols.

The Server can also refer to mail server software. More broadly, email software refers to all the software utilized for both the Server and MUAs.


Functions

The Server may be one or more of the following:

  1. Mail submission agent (also known as outgoing mail server, message submission agent or by its acronym MSA), which is a computer application used to accept, analyze, correct, and send emails that end-users enter into their MUAs;
  2. Mail transfer agent (also known as message transfer agent or by its acronym MTA), which is a computer application used to transfer emails between computers;
  3. Mail exchanger (also known as mail relay, message exchanger or MX, and MX host), which is a computer application that locates DNS records such as MX records and use those in order to route emails;
  4. Mail delivery agent (also known as incoming mail server, message delivery agent or by its acronym MDA), which is a computer application used to deliver an email to its recipient's MUA.

Process

Common senders:
  1. Enter electronic mail messages to their MUA;
  2. The MUA transfers the message to a mail submission agent;
  3. The mail submission agent transfers the message to a mail exchanger;
  4. The mail exchanger finds the location of recipient's mail delivery agent in order to transfer the message to it;
  5. The mail delivery agent transfers the message to receiver's MUA or MUAs;
  6. The recipient now is able to read the message and send the response.

Best practices