• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Recent content by davorg

  1. D

    Resolved Let's Encrypt Certificate missing domain name

    I installed it from the SSL/TLS Certificate page
  2. D

    Resolved Let's Encrypt Certificate missing domain name

    I'm running Plesk Obsidian Web Host Edition / Version 18.0.66 Update #2 on AlmaLinux 9.5. Earlier today, I added a new sub-domain to one of the existing domains on the server. And an hour or so later, I added a basic Let's Encrypt certificate to the domain. But the certificate doesn't work...
  3. D

    Issue Courier IMAP/POP3 unavailable remotely.

    ps -ef | grep couriertcp root 14800 1 0 Jun27 ? 00:00:00 /usr/sbin/courierlogger -name=pop3d -pid=/run/pop3d.pid -start -ret-child-exitcode -name=courier-pop3d /usr/lib64/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 110 /usr/sbin/pop3login...
  4. D

    Issue Courier IMAP/POP3 unavailable remotely.

    So it looks like the problem is here: # lsof -i -P -n | grep -E ':(110|995)' couriertc 14801 root 3u IPv6 4183489549 0t0 TCP *:110 (LISTEN) couriertc 14838 root 3u IPv6 4183486770 0t0 TCP *:995 (LISTEN) The services are both only running on...
  5. D

    Issue Courier IMAP/POP3 unavailable remotely.

    Hmm... was unable to edit my post to add the final section. But running nc from another machine doesn't see them. $ nc -z mag-sol.com 1-1024 Connection to mag-sol.com (82.165.135.123) 22 port [tcp/ssh] succeeded! Connection to mag-sol.com (82.165.135.123) 80 port [tcp/http] succeeded...
  6. D

    Issue Courier IMAP/POP3 unavailable remotely.

    I've set up GMail to poll POP3 on my server for email. A few days ago, I noticed this had stopped working. Further investigation shows that the ports running the Courier IMAP and POP3 services aren't being exposed to the internet. The services are all running: # systemctl status...
  7. D

    Issue Let's Encrypt cert using wrong domain name

    It did. Apparently not. I've just created another new subdomain, and the cert for it looks correct. So that's weird.
  8. D

    Issue Let's Encrypt cert using wrong domain name

    Ok, I answered my first question: openssl x509 -in <certfile> -text gives me info about the cert (including the subject domain). So I can edit /etc/nginx/plesk.conf.d/vhosts/feeds.dave.org.uk.conf and fix the cert there (I've tried that and it works). But I'm still worried that when that file...
  9. D

    Issue Let's Encrypt cert using wrong domain name

    Yes, you're right. % grep ssl_cert /etc/nginx/plesk.conf.d/vhosts/feeds.dave.org.uk.conf ssl_certificate /usr/local/psa/var/certificates/scf2ZxDEE; ssl_certificate_key /usr/local/psa/var/certificates/scf2ZxDEE; And % grep ssl_cert...
  10. D

    Issue Let's Encrypt cert using wrong domain name

    I have a Plesk server called willow.mag-sol.com. Its IP address is 82.165.135.123. This server hosts several domains. One of those domains is dave.org.uk. I've been using a Let's Encrypt cert on this domain successfully for a few years. There are several sub-domains on dave.org.uk. Many of...
  11. D

    Resolved Horde message "IMAP error reported by server"

    It was /usr/share/psa-pear/pear/php/Horde/Imap/Client/Socket.php
  12. D

    Resolved Horde message "IMAP error reported by server"

    I've just upgraded to Obsidian and had exactly the same problem. I can confirm that the suggested patch in the linked discussion fixed the problem for me. Dave...
  13. D

    Question Networking between Docker containers

    Thanks. That makes sense, I guess. But I'd like it more if the Docker extension supported the various inter-containing networking modes that "docker build" supports. I might look at installing docker-compose. But I think it's more likely that I'll try running this on AWS ECS instead. Dave...
  14. D

    Question Networking between Docker containers

    I've been experimenting with Docker. I have an application that is made up of two Docker containers - one has a Perl web application and the other has a MariaDB database. I've installed both containers using the Plesk Docker extension and I can get them both up and running. I've mapped the...
  15. D

    Resolved /usr/bin/kcarectl --auto-update

    For the last few days, I've been getting an email every four hours that contains the following: Subj: /usr/bin/kcarectl --auto-update The IP [my IP address] was already used for a trial license on 2018-05-07 I see this program is part of "kernelcare" which was automatically updated on Nov 28...
Back
Top