• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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