Difference between revisions of "Mail server"

From CNM Wiki
Jump to: navigation, search
Line 1: Line 1:
 
A [[mail server]] (hereinafter, the ''Server'') is any software instance that transfers electronic mail messages from one computer to another using the [[Simple Mail Transfer Protocol]] ([[Simple Mail Transfer Protocol|SMTP]]). Usually, the ''Servers'' use other protocols such as [[POP3]] and [[IMAP]] to communicate with [[mail user agent]]s (or [[mail user agent|MUA]]s), which end-users usually utilize.  
 
A [[mail server]] (hereinafter, the ''Server'') is any software instance that transfers electronic mail messages from one computer to another using the [[Simple Mail Transfer Protocol]] ([[Simple Mail Transfer Protocol|SMTP]]). Usually, the ''Servers'' use other protocols such as [[POP3]] and [[IMAP]] to communicate with [[mail user agent]]s (or [[mail user agent|MUA]]s), which end-users usually utilize.  
  
The ''Server'' can also refer to [[mail server software]]. In addition, this term may be used for [[email software]], which literally includes all the software utilized for both the ''Server'' and [[mail user agent|MUA]]s.  
+
The ''Server'' can also refer to [[mail server software]]. More broadly, [[email software]] refers to all the software utilized for both the ''Server'' and [[mail user agent|MUA]]s.  
  
  

Revision as of 11:45, 19 June 2019

A mail server (hereinafter, the Server) is any software instance that transfers electronic mail messages from one computer to another using the Simple Mail Transfer Protocol (SMTP). Usually, the Servers use other protocols such as POP3 and IMAP to communicate with mail user agents (or MUAs), which end-users usually utilize.

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.


Categories

The Server may be one of the following four:

  1. Mail submission agent (also known as outgoing mail server, message submission agent or by its acronym MSA);
  2. Mail transfer agent (also known as message transfer agent or by its acronym MTA);
  3. Mail exchanger (also known as mail relay, message exchanger or MX, and MX host);
  4. Mail delivery agent (also known as incoming mail server, message delivery agent or by its acronym MDA).

Common senders submit their electronic mail messages to their 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 MUA.

Best practices