Skip to main content
Question

Script to disable SMTP protocol within Curl

  • December 10, 2020
  • 0 replies
  • 0 views

Forum|alt.badge.img+2

Hello,

I'm looking to write a script within Jamf to disable the SMTP feature within curl as it is a security vulnerability to allow users to send mail via curl. I've attempted several iterations of the following commands in the script. Any suggestions?

curl --proto -smtp
curl --proto all,-smtp