• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by Klaas

  1. K

    Question Question: allow_sendmail subscription status cli

    Went for another solution. I generally want to avoid software but I've installed 'jq' on our servers. plesk sbin mailmng-outgoing --fetch-statistics --with-limits --with-zero-counters | jq -c '.[] | .[] | select(.domains[].name=="domainname.tld")' This shows everything I need for the relevant...
  2. K

    Question Question: allow_sendmail subscription status cli

    Hmm, there is an issue still. I'm working in multiple environments and I want a universal solution to this... Yay legacy. A JSON parser is not an option within my environments and due to the differences grabbing it from 'plesk sbin mailmng-outgoing'. My options right now are 1) Get the...
  3. K

    Question Question: allow_sendmail subscription status cli

    Hi Kasper, Thanks for the reply! For clarity's sake I'll post the results from both plesk sbin mailmng-outgoing --fetch-statistics --with-limits as well as the JSON format you've used which I believe is retrieved through: plesk sbin mailmng-outgoing --pretty-print --fetch-statistics...
  4. K

    Question Question: allow_sendmail subscription status cli

    In certain situations we disable the option to allow websites to send e-mails, by disallowing use of sendmail. We use a script to automate this. The primary command of the script is: /usr/sbin/plesk bin subscription_settings -u domain.tld -outgoing_messages_enable_sendmail false This disables...
Back
Top