312-50V10 · Question #877
Which of the following commands checks for valid users on an SMTP server?
The correct answer is C. VRFY. The VRFY commands enables SMTP clients to send an invitation to an SMTP server to verify that mail for a selected user name resides on the server. The VRFY command is defined in RFC 821.The server sends a response indicating whether the user is local or not, whether mail are goin
Question
Which of the following commands checks for valid users on an SMTP server?
Options
- ARCPT
- BCHK
- CVRFY
- DEXPN
How the community answered
(15 responses)- A7% (1)
- B7% (1)
- C87% (13)
Explanation
The VRFY commands enables SMTP clients to send an invitation to an SMTP server to verify that mail for a selected user name resides on the server. The VRFY command is defined in RFC 821.The server sends a response indicating whether the user is local or not, whether mail are going to be forwarded, and so on. A response of 250 indicates that the user name is local; a response of 251 indicates that the user name isn't local, but the server can forward the message. The server response includes the mailbox name.
Topics
Community Discussion
No community discussion yet for this question.