• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Problem with setting catchall using CLI

Status
Not open for further replies.

MV-YN-NL

New Pleskian
SOLVED: Problem with setting catchall using CLI

When I try to set a catchall email address for a domain in Plesk 11.5, I get an error stating JSON is expected on STDIN. I use this syntax, as stated in the help:

Code:
/usr/local/psa/admin/bin/mailmng-domain --set-catchall --domain-name=<domain_name> --email=<email_address>

But then I get the error: "This command requires additional data to be passed via STDIN in JSON format"

The help for --set-catchall doesn't mention this, it just has an optional --wait-stdin option.

When I try "/usr/local/psa/admin/bin/mailmng-domain --help-stdin" I get some info about a JSON format for mbox_quota, mailboxes and other settings. But I don't want to set these, I just want to set a catchall.
 
Last edited:
Most utilities in admin/bin, admin/sbin, and some other locations do not belong to Plesk public CLI interface, they are used only internally. You should use appropriate utility from /usr/local/psa/bin instead.
 
Most utilities in admin/bin, admin/sbin, and some other locations do not belong to Plesk public CLI interface, they are used only internally. You should use appropriate utility from /usr/local/psa/bin instead.

I couldn't find the right utility for it. Now I notice that this is in /usr/local/psa/bin/subscription_settings (-no_usr). We normally don't use this utility, as we use service plans, but one can't specify a domain specific address in a service-plan.

So problem solved.
 
Status
Not open for further replies.
Back
Top