• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk 11.5: Cli to create autoresponders

halliday

Basic Pleskian
Hello,

OS: CentOS 6.4 (Final)
Panel version 11.5.30 Update #7, last updated at July 23, 2013 04:04 AM

I am trying to create an autoresponder via cli commands. According to the manual:
http://download1.parallels.com/Plesk/PP11/11.1/Doc/en-US/online/plesk-unix-cli/39140.htm#

To enable autoresponder named AutoReply for [email protected]:
# ./autoresponder -u AutoReply -mail [email protected] -status true

But the above command gives the error message: Autoreply is not an option.

I wonder if anyone has come across this problem?

Thank you!
 
I have tried to investigate it and as result I have successfully created auto-reply with following command:

# plesk bin autoresponder -u -mail [email protected] -status true -subject "application form" -text "Thank you for your inquiry. The application form is attached."
 
Hello IgorG,
Thank you for your response.

Yes, that command works. But the following command dows not work:

# ./autoresponder -u AutoReply -mail [email protected] -status true

It gives the error message=> Autoreply is not an option

It is mentioned on this page (first one under the heading commands):-
http://download1.parallels.com/Plesk...cli/39140.htm#

I need it because it specifies the name of the autoresponder (i.e. AutoReply).

It used to work fine in Plesk 9.5 - where I created one autoresponse named (say AutoResponder). That autoresponse contained the body of the message and I just used it every time I created a new email.

Your urgent help would be greatly appreciated.
 
Please leave your comments on this page of documentation. I think it is bug and responsible person will pay attention on your message there.
 
Back
Top