• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

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 JDoe@example.com:
# ./autoresponder -u AutoReply -mail JDoe@example.com -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 test@dred.gov -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 JDoe@example.com -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