• 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

    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.
  16. 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>...
  17. C

    Resolved Automatic delete of spam files

    Thanks UFHH01... Waiting for votes ;) => Emails moved to spam folder are deleted after 30 days. Make the number of days changeable in Panel / API.
  18. 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
  19. C

    Resolved Roundcube+ vs. Plesk automatic updates

    Well, I must admit that my question is hypothecial. I will try the plugin and see what will hapen. Thanks for your comment!
  20. C

    Question API Email Auto-reply

    This will enable the Auto-reply, but it will not influence the "Switch off"-Checkbox and the automatic end date.
Back
Top