700-280 · Question #76
Assume that the rcpt to field does not need to be changed for delivery of incoming mail. Which of the following LDAP queries is used to check the "rcpt ton field to a member of a group?
The correct answer is B. Routing Query. Routing Query (B) is correct because, in email gateway systems like Cisco ESA, the Routing Query performs LDAP lookups against the rcpt to address to determine group membership and resolve the appropriate mail delivery destination - without modifying the recipient address…
Question
Assume that the rcpt to field does not need to be changed for delivery of incoming mail. Which of the following LDAP queries is used to check the "rcpt ton field to a member of a group?
Options
- AAccept Query
- BRouting Query
- CMasquerading Query Group Query
- DSMTP Authentication Query
How the community answered
(37 responses)- A3% (1)
- B89% (33)
- C5% (2)
- D3% (1)
Explanation
Routing Query (B) is correct because, in email gateway systems like Cisco ESA, the Routing Query performs LDAP lookups against the rcpt to address to determine group membership and resolve the appropriate mail delivery destination - without modifying the recipient address itself. Since the question specifies no address change is needed, routing (not rewriting) is the right function.
Why the others are wrong:
- A. Accept Query - validates whether a recipient address exists in the directory (accept/reject decision), not group membership for routing purposes.
- C. Masquerading Query / Group Query - Masquerading rewrites addresses (the opposite of what the question states is needed); a standalone Group Query is a supporting mechanism, not the primary query type that handles
rcpt todelivery resolution. - D. SMTP Authentication Query - handles credential verification for SMTP senders, completely unrelated to recipient group membership.
Memory tip: Think "Route the mail → Routing Query." If the address stays the same but you need to know where to send it (including group expansion), that's a routing decision. If the address needs to change, think Masquerade. If you're just asking "does this address exist?", think Accept.
Topics
Community Discussion
No community discussion yet for this question.