• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Recent content by futureweb

  1. futureweb

    Question Programmatically restart Node applications on Plesk

    @Sebahat.hadzhi - we are facing the same problem. Do you maybe have a recommendation regarding the best approach to handle this?
  2. futureweb

    Issue LE Certs for mail.dom.tld when Plesk is only serving Mail Only Services

    @TRILOS new media you may want to have a look at the script we are using to overcome this massive problem until Plesk fixes it in about 15 years ... https://github.com/futureweb/Plesk-Postfix-SNI-TLS-Cert-Fixer/
  3. futureweb

    Question Issues with SSL Certificate Renewal for Mail Services in Plesk: Seeking Automated Solution via CLI or API

    Ah, it seems I overlooked the mention of acme.sh . Thank you for sharing that information; it does indeed seem intriguing and worth considering down the line! Regarding the current Plesk Servers Setup, everything seems to be functioning as intended now with the fixer script I've crafted. ("LE" /...
  4. futureweb

    Question Issues with SSL Certificate Renewal for Mail Services in Plesk: Seeking Automated Solution via CLI or API

    DNS Services are completely disabled on those Plesk Servers, so unfortunately not really working ... Do you have DNS Mgmt active in Plesk and replicate to the external DNS Servers? Or have you integrated your DNS Servers somehow into the Plesk SSL Requests?
  5. futureweb

    Question Issues with SSL Certificate Renewal for Mail Services in Plesk: Seeking Automated Solution via CLI or API

    as the Forum won't let me edit my posts after 4 Minutes anymore I've made a GitHub for the Script: GitHub - futureweb/Plesk-Postfix-SNI-TLS-Cert-Fixer: SNI-TLS Cert Fixer for mail.dom.tld LE Certs when dom.tld is not pointing to Plesk Server itself. More Information here...
  6. futureweb

    Issue Postfix SNI TLS-Certs not auto-updated

    First untested script draft: Question - Issues with SSL Certificate Renewal for Mail Services in Plesk: Seeking Automated Solution via CLI or API
  7. futureweb

    Question Issues with SSL Certificate Renewal for Mail Services in Plesk: Seeking Automated Solution via CLI or API

    First untested script draft: # Loop through mail.dom.tld domains for domain in $(plesk bin domain --list | grep '^mail\.\|^[^.]*$'); do # Trim "mail." prefix if it exists domain_without_prefix="${domain#mail.}" # Get the SSL/TLS certificate for mail for the current domain...
  8. futureweb

    Question Issues with SSL Certificate Renewal for Mail Services in Plesk: Seeking Automated Solution via CLI or API

    Hi @learning_curve, I appreciate your response. Unfortunately, wildcard certificates aren't feasible on our Plesk servers due to centralized DNS management, which isn't handled by Plesk itself. However, I've come across a potential solution using the CLI: Issue - Postfix SNI TLS-Certs not...
  9. futureweb

    Issue Postfix SNI TLS-Certs not auto-updated

    This forum comment just became our support team's hero, potentially slashing hours from their monthly workload. Taking inspiration from the solution shared here, we're crafting a script to automate SSL certificate renewal for all our mail.dom.tld domains. Running it bi-monthly should keep...
  10. futureweb

    Question Issues with SSL Certificate Renewal for Mail Services in Plesk: Seeking Automated Solution via CLI or API

    Hello, we are experiencing the following issue with our Mail Only Hostings on Plesk. "dom.tld"/"www.dom.tld" point to a different server, "mail.dom.tld" points to Plesk. Email addresses are set up under dom.tld - for example: [email protected]. In order to obtain an SSL certificate for the mail...
  11. futureweb

    Forwarded to devs Mail certificate is no longer assigned after it gets renewed by Let's Encrypt

    @Peter Debik - I find it quite astonishing that this feature has not yet been incorporated into Plesk. Our support team is currently managing an extensive Excel list containing hundreds of domains, they have to manually renew every three months. This process consumes a significant amount of time...
  12. futureweb

    Resolved Older Plesk Versions + Let's Encrypt Asynchronous Order Finalization

    Hi @AYamshanov , thx for the information and your decision to backport this change to 3.0.x branch! :-)
  13. futureweb

    Resolved Older Plesk Versions + Let's Encrypt Asynchronous Order Finalization

    Hello Peter, I am familiar with the changes that Let's Encrypt (LE) has made as I develop a custom LE client for our company, and I implemented the protocol changes in our client yesterday. The ACME protocol has supported this asynchronous certificate issuance for a long time, and LE has only...
  14. futureweb

    Resolved Older Plesk Versions + Let's Encrypt Asynchronous Order Finalization

    Hello, Unfortunately, some of our customers are still using outdated Plesk servers (including CentOS 6, Plesk: version 18.0.31 Update No. 3). These servers also use LE SSL certificates (from what I have seen, several hundred domains on multiple servers, yes, we are aware that this is a...
  15. futureweb

    Resolved URGENT Certificate location not specified in response Lets Encrypt

    @Peter Debik - that's the reason! :-) --> Enabling Asynchronous Order Finalization For now it should work again as LE stopped brownout early - but SSLit Ext. needs to be update to reflect the Protocol change. Hope this helps, bye from Austria Andy
Back
Top