• 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. Polli

    Issue PHP Warning: gzinflate()

    With the yesterday update, a new error appears. Zend_Http_Client_Exception: Error in cURL request: Could not resolve host: api.github.com in /opt/psa/admin/plib/vendor/plesk/zf1/library/Zend/Http/Client/Adapter/Curl.php:455 Stack trace: #0...
  2. Polli

    Resolved [MailQueueList.Filter.Status.maildrop] since last update of Plesk Email Security

    Thanks for looking into it. Postfix is running and I'm sending mails with my clients. But these issue is new. Some mails are in the queue, but just a few. Maybe this is from the update 18.0.67 or the last update to Plesk Email Security. I'm not sure. Can someone please put these thread to the...
  3. Polli

    Resolved [MailQueueList.Filter.Status.maildrop] since last update of Plesk Email Security

    Hi Since the last update of Plesk Email Security there are strange entries in the email queue. These mails are not delivered despite being marked green. I can only empty the queue to remove the entries. I cannot select them. What is going wrong here?
  4. Polli

    Issue PHP Warning: gzinflate()

    Attached is a screenshot of my log in Plesk. Whats wrong here?
  5. Polli

    Issue PHP Warning: gzinflate()

    Hi Every hour I get this error since the last update to 18.0.67 PHP Warning: gzinflate(): data error; File: /opt/psa/admin/plib/vendor/plesk/zf1/library/Zend/Http/Response.php, Line: 648 Whats this?
  6. Polli

    Input Enormous price increases yet again for 2025

    For my part, I also see a problem in the pricing of Plesk. I have to pay for extensions that include OpenSource software such as ClamAV or CalDAV and CardDAV. Just to name a few examples, not to mention other things. The monthly costs for the basic version (I use WebPro) are still acceptable and...
  7. Polli

    Issue Getting DANE working

    I dont know why this wont work. The tool at Check a DANE SMTP Service tells me everything is fine: Domain Name: oliver-tief.de MX host: 10 mail.oliver-tief.de. ################################################################# ### CHECKING MX HOST: mail.oliver-tief.de...
  8. Polli

    Issue Getting DANE working

    I found my path, but it wont work. Postfix is reloading again and again after I restart Bind9 with these settings. version "none"; auth-nxdomain no; max-records-per-type 0; dnssec-validation auto; managed-keys-directory "/var/cache/bind/";
  9. Polli

    Issue Getting DANE working

    Im on Debian12.9 using Bind9. I think that Bind don´t like dnssec-enable command. dnsmng failed: /etc/named-user-options.conf:4: option 'dnssec-enable' no longer exists
  10. Polli

    Issue Getting DANE working

    I did, but I get errors. I tried these, but it won´t get saved. version "none"; auth-nxdomain no; max-records-per-type 0; dnssec-enable yes; dnssec-validation auto; managed-keys-directory "/var/named/dynamic";
  11. Polli

    Issue Getting DANE working

    What do you mean with server level? I get these error message when I add these entrys: dnsmng failed: /etc/named-user-options.conf:4: option 'dnssec-enable' no longer exists
  12. Polli

    Issue Getting DANE working

    Cool. What have you done to get it working? Can you show me your postfix config? Maybe I can see whats different to my config. What ciphers do you use? Thats my log entrys: 2025-01-15 19:50:16 info postfix/smtp [1056689] D6BAD3EC04A6: to=<fe51be6f5c3b5f68@wrong.havedane.net>...
  13. Polli

    Issue Getting DANE working

    When PLesk is your primary DNS server, you need to set GLUE-records at your registrar, pointing to your Plesk DNS server. For DNSSEC entrys at your registrar you have to set it manualy when they support it. So signing your DNS-zone with DNSSEC it is only possible when your registrar support it...
  14. Polli

    Issue Getting DANE working

    Ok. The output of your command shows: mail:~# openssl s_client -starttls smtp -showcerts -connect mail.leagues-united.de:587 CONNECTED(00000003) depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = R11 verify return:1...
  15. Polli

    Issue Getting DANE working

    2/2 ~# echo | openssl s_client -showcerts -connect mail.leagues-united.de:995 CONNECTED(00000003) depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = R11 verify return:1 depth=0 CN = leagues-united.de verify...
  16. Polli

    Issue Getting DANE working

    Sorry for posting again. DANE is still not used by postfix for sending mail. The log tells me "Trusted TLS Connection" but for a succesfull DANE transmission it has to be "Verified TLS Connection". But I dont get this working. I´ve looked in my oldest config-backup from 2020. There is no...
  17. Polli

    Issue Getting DANE working

    I´ve done a DANE test at Mailserver überprüfen (STARTTLS und TLS Check) · SSL-Tools Everything seems to be fine.
  18. Polli

    Issue Getting DANE working

    @AYamshanov I now have Trusted TLS Connections, but DANE is apparently still not being used. I have added the entry smtp_tls_CApath=/etc/ssl/certs. I can add either CApath or CAfiles, or both to get “Trusted TLS Connection”. If both entries are missing, the log changes to “Untrusted TLS...
  19. Polli

    Issue Getting DANE working

    @learning_curve I did all the testing you mentioned above. And all tests are successfully passed. I used these tests before to get my DANE settings right. MTA-STS is allready implemented on my sites and working. Plesk is my primary DNS and SSLit! do all the neccessary entrys to my zones...
  20. Polli

    Issue Getting DANE working

    Ok. I did some research and finaly got it working. I found the CA path and did a: openssl verify /usr/lib/ssl/cert.pem Then I added following lines to my main.cf file smtpd_tls_CAfile = /usr/lib/ssl/cert.pem smtp_tls_CAfile = /usr/lib/ssl/cert.pem Now my Log shows: Trusted TLS connection...
Back
Top