LPIC-2 Exam 202 (Linux Engineer) — Question 101
What is the name of the Dovecot configuration variable that specifies the location of user mail?
Answer options
- A. mbox
- B. mail_location
- C. user_dir
- D. maildir
- E. user_mail_dir
Correct answer: B
Explanation
The correct answer is B, mail_location, as it directly determines the path to user mail in Dovecot. Options A, D, and E refer to different mail storage formats or directories, while C, user_dir, is not a standard variable in Dovecot for specifying mail location.