LFCS · Question #540
Which of the following is NOT a Mail Transport Agent?
The correct answer is E. mail. mail is a Mail User Agent (MUA) used for reading and sending email, whereas Exim, Postfix, Sendmail, and Qmail are Mail Transport Agents (MTAs).
Question
Options
- Aexim
- Bpostfix
- Csendmail
- Dqmail
How the community answered
(29 responses)- B3% (1)
- D7% (2)
- E90% (26)
Why each option
`mail` is a Mail User Agent (MUA) used for reading and sending email, whereas Exim, Postfix, Sendmail, and Qmail are Mail Transport Agents (MTAs).
Exim is a widely used open-source Mail Transport Agent (MTA) for Unix-like systems, responsible for receiving, routing, and delivering email.
Postfix is a popular open-source Mail Transport Agent (MTA), known for its security, speed, and ease of configuration, handling email delivery between servers.
Sendmail is one of the oldest and most well-known Mail Transport Agents (MTAs), responsible for transferring email messages between computers.
Qmail is a secure and reliable Mail Transport Agent (MTA), designed to be a modern replacement for Sendmail, focusing on security and modularity.
Mail Transport Agents (MTAs) like Exim, Postfix, Sendmail, and Qmail are server applications responsible for routing and delivering email between mail servers. The `mail` command (often an alias for `mailx` or part of a Mail User Agent) is a client-side utility that users employ to compose, send, and read emails, and it typically interacts with an MTA for actual delivery.
Concept tested: Mail Transport Agents (MTAs) vs. Mail User Agents (MUAs)
Source: https://www.redhat.com/sysadmin/mail-server-concepts
Topics
Community Discussion
No community discussion yet for this question.