XK0-004 · Question #328
A security team informs the Linux administrator that a specific server is acting as an open relay. To which of the following is the security team referring?
The correct answer is D. The server has an email service configured to allow outside sources to send email to other. An open relay is an SMTP mail server misconfigured to forward email from any unauthenticated external source to any external destination, making it exploitable for spam distribution.
Question
A security team informs the Linux administrator that a specific server is acting as an open relay. To which of the following is the security team referring?
Options
- AThe server is running the SSH service and is open to the Internet, allowing outside sources to log
- BThe server is acting as an unmanaged router, open to the Internet, and is allowing outside
- CThe server is acting as a web proxy and allowing outside unauthenticated sources to connect to
- DThe server has an email service configured to allow outside sources to send email to other
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- D90% (28)
Why each option
An open relay is an SMTP mail server misconfigured to forward email from any unauthenticated external source to any external destination, making it exploitable for spam distribution.
An SSH service exposed to the internet is a remote access security concern, not an open relay - the term 'relay' applies exclusively to email (SMTP) message forwarding, not remote shell sessions.
An unmanaged router forwarding traffic describes a network layer routing misconfiguration, which is categorically different from an open relay, a term reserved for application-layer email routing.
An unauthenticated web proxy that forwards HTTP/HTTPS traffic is called an open proxy, not an open relay - these are distinct misconfigurations at different protocol layers.
An open relay is specifically an SMTP service that accepts messages from unauthorized external senders and relays them to recipients on other domains without requiring authentication. This misconfiguration allows spammers to route bulk email through the server, obscuring the true origin and consuming resources. Properly hardened mail servers restrict relaying to authenticated users or explicitly whitelisted IP addresses.
Concept tested: SMTP open relay misconfiguration and email abuse
Topics
Community Discussion
No community discussion yet for this question.