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.
Hello,
I can't find any documentation, so maybe you can help. I want to add an email to the whitelist of an existing email account with REST API. What I tried was:
curl -X POST "https://SERVER:8443/api/v2/cli/spamassassin/call" -H "accept: application/json" -H "Content-Type: application/json"...
TITLE:
API: Setting Mail Service Prefs is not working properly
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx Linux 17.5.3 #21
PROBLEM DESCRIPTION:
Trying to Change the mail service settings via API is not working. "Webmail" can only be changed it is used alone and changing...
Thank you IgorG for your answer. You are right, webmail alone will work. But have you tried to change greylisting? It doesn't work at all - even alone.
I will submit an request. Thanks again.
Hi,
following this documentation it should be able to de/activate Webmail and Greylisting with the API:
Mail Service Preferences
So this should work:
<packet> <mail> <set_prefs> <filter> <site-id>1</site-id> </filter> <prefs> <greylisting>true</greylisting> <webmail>none</webmail>...
I guess it has to be entered here:
<packet>
<database>
<add-db-user>
<db-id>xx</db-id>
<login>xxxxx</login>
<password>xhxhxhxh</password>
</add-db-user>
</database>
</packet>
Hi,
can anybody tell me what I have to put into the normal script when I create an user via API to get this option checked: "Use this user's credentials by default for accessing phpMyAdmin "
My users can't login to phpMyAdmin because this option is missing.
Thanks a lot.
I followed these tutorial ISPC-resources/guides/autodiscover at master · cfoellmann/ISPC-resources · GitHub and Microsoft Remote Connectivity Analyzer tells me that Autodiscover for Outlook is working!
Now I'm stuck with the autoconfig.<customerdomain>.de configuration in plesk. On my machine...