• 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

Recent content by ChrisH

  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

    BTW... Please check also the transmission of an forward e-mail address for non-existent users: <packet> <mail> <set_prefs> <filter> <site-id>1</site-id> </filter> <prefs> <nonexistent-user> <forward>[email protected]</forward> </nonexistent-user> </prefs> </set_prefs> </mail> </packet> Actual result...
  4. 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...
  5. C

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

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

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

    You have to set the user as Default ! Then he gets the phpmyadmin access automatically.
  8. C

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

    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>
  9. 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.
  10. C

    Issue Problem with vhost / redirect all Subdomains

    I have CentOS Linux 7.3.1611 (Core)‬
  11. C

    Issue Problem with vhost / redirect all Subdomains

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

    Issue Problem with vhost / redirect all Subdomains

    Did you find any solution for it already, I've got the same task to solve!
  13. C

    Resolved Mail forward can't be activated through API

    Wow an typo... The first letter of "Info" was uppercase when I created the account.
  14. C

    Resolved Mail forward can't be activated through API

    Well, after trying again with the client email the error is back...
  15. C

    Resolved Mail forward can't be activated through API

    I had to add the "<enabled>" tag, now it is working.
Back
Top