CompTIA Linux+ Powered by LPI (LX0-104) — Question 36
What is true regarding the file ~/.forward?
Answer options
- A. As it is owned by the MTA and not writable by the user, it must be edited using the editaliases command.
- B. After editing ~/.forward the user must run newaliases to make the mail server aware of the changes.
- C. Using ~/.forward, root may configure any email address whereas all other users may configure only their own addresses.
- D. When configured correctly, ~/.forward can be used to forward each incoming mail to more than one other recipient.
Correct answer: D
Explanation
Option D is correct because ~/.forward can indeed be configured to direct incoming emails to several recipients. Options A and B are incorrect as they misrepresent the file’s editability and the necessity of running newaliases, which is not required for changes to ~/.forward. Option C is also wrong because all users can configure forwarding for their own addresses without restrictions based on user roles.