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:
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.
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: