• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Creation Utilities & Coldfusion help

P

pelfed

Guest
Hi All
I'm a relative newbie to Unix and am trying to execute a "mail.sh" command via CFEXECUTE

Here is an example of my coldfusion page:

<cfexecute name="/usr/local/psa/bin/mail.sh" timeout="100" arguments="-c [email protected] -cp_access true -redirect true -rediraddr someaddr@someaddr"></cfexecute>

I get the following error when I run this:

An exception occurred when invoking an external process.
The cause of this exception was that: java.io.IOException: java.io.IOException: /usr/local/psa/bin/mail.sh: not found.
 
Did you ever find a workaround for this? I get the same error. I believe the reason is because client.sh has root.root permissions. Do you have to run ColdFusion as root to access these utilities?
 
Back
Top