For security reasons, you've created a script on a server that monitors if non-domain users have been added to the local administrators group. You've added logic to the script that sends an email out every time the script is run.
Your script utilizes SMTP for its reporting. Select the port that you will need to ensure is open for your script to send emails.
Port 25 is the port that SMTP utilizes to send emails. You will also need to list a functioning SMTP server in your script for this to work.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is SMTP and how does it work?
Open an interactive chat with Bash
Why is port 25 specifically used for SMTP?
Open an interactive chat with Bash
What are the security implications of using SMTP on port 25?