• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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