Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...
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...
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...
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...