What is a Mail eXchange or Email mail delivery agent (MDA | LDA)?

About

A mail delivery agent (MDA) or Mail eXchange 1) is a SMTP server that is responsible for the local delivery (reception) of e-mail messages to a mailbox

It's also known as:

  • message delivery agent (MDA)
  • local delivery agent (LDA)
  • Mail eXchange (MX)

An MDA gets normally the messages from an MTA (Smtp Server) and delivers them to a mailbox (real or virtual).

Mx record

The email servers IP are set in the DNS via the MX record. This is how a server knows to which server a message should be sent.

For instance, with the email address [email protected], the MTA server will:

Port

The submission port is the port 25.

List





Discover More
Email - Mailbox

A mailbox is a file where the emails message are stored. A user application (known as MUA) can read and write a mailbox The Mail Delivery Agent will write the email received by the SMTP server (MTA)...
How does the email system work? SMTP, POP, IMAP explained

This page gives you the foundations of the email system. At the end, you should be able to understand why when you configure your email client, you need to set up: The SMTP configuration And the...
How to send an email at the command line with SMTP? Email transaction explained

This page is a how-to that describes how you can transport an email to a SMTP server at the command line using the SMTP protocol for further delivery It will show you the inner mechanisms of SMTP. Below...
Postfix Redirect Email Example
Postfix - Virtual Aliasing (Email Redirect)

The main applications of virtual aliasing are: To redirect mail for one address to one or more addresses. To implement virtual alias domains where all addresses are aliased to addresses...
What is Hosting? (or hosted domains for HTTP, Email, )

... Hosting is when the domains of a request are not directly associated with the machine's name. The domains are then called hosted. web hosting is when a web/http server is provided to you....
What is SMTP?

A summary of what the SMTP protocol is and how to send an email from a network connection with telnet or netcat
What is Sendmail ?

Sendmail was the first well-known SMTP server. The server has the following components: a mail transfer agent (MTA) to send mail to the outside world a mail deliver agent (MDA) to receive email from...
Map Of Internet 1973
What is a MX DNS record (Mail Exchanger Record)?

The MX DNS is a DNS record that defines the mail delivery smtp server. You can only use one mail exchange server at a time for a specific domain name (ie domain or subdomain). The name of the MX record...
What is a Mail Transfer Agent (MTA) or Relay in SMTP? (Email Smtp Server)

mail transfer agent or MTA 1) is the software that sends your emails as they implements Simple Mail Transfer Protocol (SMTP). They ultimately transport E-Mail messages from one computer to another.
What is a SMTP Server? The server that sends, receives, and processes email

What is an SMTP server and how to implement it



Share this page:
Follow us:
Task Runner