LFCS · Question #42
Which of the following are commonly used Mail Transfer Agent (MTA) applications? (Choose THREE correct answers.)
The correct answer is A. Postfix C. Sendmail D. Exim. Postfix, Sendmail, and Exim are three widely adopted Mail Transfer Agent (MTA) applications responsible for sending, receiving, and routing email. These MTAs handle the core functionality of email delivery between mail servers.
Question
Options
- APostfix
- BProcmail
- CSendmail
- DExim
- ESMTPd
How the community answered
(36 responses)- A92% (33)
- B3% (1)
- E6% (2)
Why each option
Postfix, Sendmail, and Exim are three widely adopted Mail Transfer Agent (MTA) applications responsible for sending, receiving, and routing email. These MTAs handle the core functionality of email delivery between mail servers.
Postfix is a popular, free, and open-source MTA known for its speed, ease of administration, and security features.
Procmail is a Mail Delivery Agent (MDA) or local mail filter, not a full MTA; it processes incoming mail after it has been received by an MTA.
Sendmail is one of the oldest and most well-known MTAs, historically very prevalent in Unix-like systems.
Exim is another powerful and flexible open-source MTA, particularly popular on Linux systems and known for its extensive configuration options.
SMTPd is a generic term often referring to the SMTP daemon (e.g., Postfix's smtpd process) that handles SMTP connections, rather than a specific MTA application name.
Concept tested: Common Mail Transfer Agent (MTA) applications
Source: https://www.redhat.com/sysadmin/mail-transfer-agents-linux
Topics
Community Discussion
No community discussion yet for this question.