Difference between revisions of "Mail server"

From CNM Wiki
Jump to: navigation, search
(Hosting)
(Hosting)
Line 30: Line 30:
 
:#*End-user devices such as a mail app on a cell phone; or
 
:#*End-user devices such as a mail app on a cell phone; or
 
:#*Mail service provider such as [[Gmail]] locations.
 
:#*Mail service provider such as [[Gmail]] locations.
:#The ''Servers'' are hosted by local computing devices that are connected to the [[Internet]].
+
:#The ''Servers'' are hosted by local computing devices that are connected to the [[Internet]]. Theoretically, they can be colocated with [[Mail user agent|MUA]]s, especially if the [[Mail user agent|MUA]] is hosted by a mail service provider, and/or with [[mail exchanger]]s when the mail service provider is an [[Internet service provider]] ([[Internet service provider|ISP]]).  
 
:#[[Mail exchanger]]s are hosted by [[Internet service provider]]s ([[Internet service provider|ISP]]s), who also run [[DNS resolver]]s, which provide [[mail exchanger]]s with [[DNS record]]s.
 
:#[[Mail exchanger]]s are hosted by [[Internet service provider]]s ([[Internet service provider|ISP]]s), who also run [[DNS resolver]]s, which provide [[mail exchanger]]s with [[DNS record]]s.
  

Revision as of 13:58, 22 June 2019

A mail server (hereinafter, the Server) is any digital construct that is located in a computer network under its distinguishable hostname in order to accept, analyze, adjust, clarify, and transfer electronic mail messages (or, simply, emails) from mail user agents (MUAs) to mail exchangers (MX hosts) and vice versa.

The Server can also refer to mail server software. More broadly, email software may refer to all the software utilized for MUAs, the Servers, or mail exchangers.


Features

Protocols

To communicate with:
  1. Mail exchangers, all the Servers use the Simple Mail Transfer Protocol (SMTP).
  2. Mail user agents (MUAs), the Servers use a variety of protocols, most commonly, POP3 and/or IMAP.

Functions

With regard to:
  • Outgoing messages, the Servers may be designed to:
    1. Accept messages from mail user agents.
    2. Analyze messages looking for their inconsistencies and/or missing data.
    3. Adjust messages while correcting inconsistencies and/or adding the missing data.
    4. Transfer messages to mail exchangers.
  • Incoming messages, the Servers may be designed to:
    1. Accept messages from mail exchangers.
    2. Analyze messages looking for their inconsistencies and/or missing data.
    3. Add information about the found inconsistencies and/or missing data to the messages.
    4. Transfer messages to mail user agents.

Hosting

To communicate with MUAs and mail exchangers, the Servers shall be located between those two.
  1. MUAs are hosted at either:
    • End-user devices such as a mail app on a cell phone; or
    • Mail service provider such as Gmail locations.
  2. The Servers are hosted by local computing devices that are connected to the Internet. Theoretically, they can be colocated with MUAs, especially if the MUA is hosted by a mail service provider, and/or with mail exchangers when the mail service provider is an Internet service provider (ISP).
  3. Mail exchangers are hosted by Internet service providers (ISPs), who also run DNS resolvers, which provide mail exchangers with DNS records.

Agents

Best practices