• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. C

    Question REST API Cli spamassassin

    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"...
  2. C

    Question Geting files and directories via API?

    Hello, is it possible to receive the files (names, types, sizes, dates) and directory structure of an domain via the Plesk API? Thx in advance!
  3. C

    Forwarded to devs API: Setting Mail Service Prefs is not working properly

    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...
  4. C

    Issue Plesk-API: How to set Mail Service Prefs?

    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>...
  5. C

    Resolved API Database: Use this user's credentials by default for accessing phpMyAdmin

    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.
  6. C

    Resolved Mail forward can't be activated through API

    Hi, I'm trying to set the forwarding of email with this packet: <packet> <mail> <update> <add> <filter> <site-id>2</site-id> <mailname> <name>info</name> <forwarding>...
  7. C

    Resolved Automatic delete of spam files

    Hello, according to the documentation there is an automatic delete of spam files after 30 days. Why isn't there any way to change this value in the panel/via API? "Because all messages are automatically removed from the Spam folder after 30 days,..." Protecting from Spam
  8. C

    Resolved Roundcube+ vs. Plesk automatic updates

    Hi, anybody out there using Roundcube+ (Home | Roundcube Plugins, Themes & Skins) with Plesk? I'm a little bit worried about the automatic updates from plesk - is it ok to set custom permissions on the individual plugin and skin folders to prevent Plesk form killing the plugin?
  9. C

    Question API Email Auto-reply

    Hi, does anybody knows how to change the checkbox "Switch off auto-reply" with the API? It should be something like <end_date_enabled>false</end_date_enabled>, but this is not working. I can set the end date with <end_date> so this is not my problem. Thanks in advance.
  10. C

    Resolved ColdFusion Service - How to create an service entry?

    Hi, we have got ColdFusion Server installed on Plesk Onyx Linux. In case of any issue we want to restart ColdFusion easily with the service list in Plesk mobile app and see the actual state of that programm. So how can we create an module (?) for this purpose or what do we have to do? Thx an...
Back
Top