• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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