Lpic 2 Linux Engineer · Free Practice Question Easy
Question 10
- A doveconf auth-test
- B doveadm auth test [email protected]
- C dovecot --test-auth [email protected]
- D doveadm verify-auth [email protected]
Reveal correct answer
Correct answer: B
A. The command "doveconf auth-test" is not a valid command for testing authentication in Dovecot. This command is not recognized by Dovecot and will not provide any information regarding authentication testing.
B. The command "doveadm auth test [email protected]" is the correct command to test authentication in Dovecot. This command allows you to test the authentication process for a specific user, in this case, "[email protected]", and provides detailed information about the authentication status.
C. The command "dovecot --test-auth [email protected]" is not a valid command for testing authentication in Dovecot. This command is not recognized by Dovecot and will not provide any information regarding authentication testing.
D. The command "doveadm verify-auth [email protected]" is not a valid command for testing authentication in Dovecot. This command is not recognized by Dovecot and will not provide any information regarding authentication testing.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
