• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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>info@xxx.de</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