102-500 Exam QuestionsBrowse all questions from this exam

102-500 Exam - Question 62


Which of the following is true regarding the command sendmail?

Show Answer
Correct Answer: E

All common MTAs, including Postfix and Exim, provide a sendmail command. This allows for compatibility and ease of transition between various Mail Transfer Agents, ensuring that scripts and applications designed to work with the sendmail command can still function regardless of the specific MTA in use.

Discussion

3 comments
Sign in to comment
CuriousLinuxCatOption: E
Jul 28, 2021

Since Sendmail was a very popular MTA for a long time, Postfix (and I assume Exim too, correct me if I'm wrong) wanted to maintain its compatibility with it, so they created an emulation layer that allows interaction with the Sendmail commands. It's akin to the 'newaliases' command!

GuillemOption: E
May 11, 2021

the sendmail command can be used in sendmail, postfix and exim. Tested

Adam_HOption: E
Feb 16, 2023

E is correct "All MTAs intend to be drop-in Sendmail replacements, so all Sendmail-compatible applications should work regardless of what MTA is being used." source: LPIC-1 (102) (Version 5.0), page 341