What is a Mail Transfer Agent (MTA) or Relay in SMTP? (Email Smtp Server)

About

A mail transfer agent or MTA 1) is a SMTP server that receives an email and transmits it to its final destination, the Mail Delivery Agent SMTP server.

MTA is also known as:

  • message transfer agent.
  • or SMTP relay

Basic

If you want to know the base of email, see this page: How does the email system work? SMTP, POP, IMAP explained

Transport / Transmission

An MTA may transport the E-Mail messages:

Transport Type Description
remotely to another server MTA
locally to the Local Delivery Agent (MDA/LDA (that write them into the mailbox)

List

Server

The well-known MTA that you would install on your server are:

Client

Client MUAs (such as mutt, thunderbird, sylpheed, evolution, kmail) hand off newly sent messages to an MTA. 2)





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)...
Email - Mille and one way to send an email (professional and user)

This article shows you Mille and one way to send an email (ie known as transport in SMTP. submission port Before continuing, you need to know the basics of email and how it works with SMTP. If you...
Email - on Linux

Linux runs a “locally configured” mailer daemon that doesn't route messages by default through the Internet but only copies messages to other users spool directories It is real SMTP-compliant email,...
Fetchmail

FetchMail is an application which: retrieves email from remote servers (via POP3 and IMAP) and : delivers it to the local Smtp Server (MTA) or forward them if necessary to another Smtp Server...
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...
Dkim Record Text Format Ovh Dns Zone
How to configure DKIM with PostFix, a step by step guide

This article will show and explain you how to install DKIM with OpenDkim as a milter for Postix on CentOS
What are the SMTP Ports? (25, 465, 587)

This article regroups all information and configuration around this subject
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...
What is a Bounce Email and how it works?

When an email is rejected by an smtp email server, an email is returned that is called a bounce email. When an SMTP server can't deliver a message to a mailbox, a bounce message is returned to the original...



Share this page:
Follow us:
Task Runner