102-500 · Question #148
Which of the following is NOT a Mail Transport Agent?
The correct answer is E. mail. mail (option E) is a Mail User Agent (MUA) - a command-line client used by end users to compose, read, and send messages - not a Mail Transport Agent. MTAs are responsible for routing and relaying email between servers using SMTP; MUAs are the interface users interact with…
Question
Options
- Aexim
- Bpostfix
- Csendmail
- Dqmail
How the community answered
(18 responses)- C11% (2)
- D6% (1)
- E83% (15)
Explanation
mail (option E) is a Mail User Agent (MUA) - a command-line client used by end users to compose, read, and send messages - not a Mail Transport Agent. MTAs are responsible for routing and relaying email between servers using SMTP; MUAs are the interface users interact with.
Options A through D - exim, postfix, sendmail, and qmail - are all well-known Unix/Linux MTAs that handle server-to-server email delivery. Sendmail is the original Unix MTA; postfix and exim are modern, widely-deployed replacements; qmail is a security-focused alternative by Dan Bernstein.
Memory tip: Think of the MTA as the postal truck (moves mail between locations) and the MUA as the mailbox (where you access your mail). The mail command lets you open your mailbox - it doesn't drive the truck.
Topics
Community Discussion
No community discussion yet for this question.