• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by mow

  1. M

    Issue Upgrade to 18.0.73 #2 another dovecot bug ?

    I have no other idea how the error message could reference file contents that don't exist anymore, though. The file timestamp 03:18:20 exactly matches the error message.
  2. M

    Issue Upgrade to 18.0.73 #2 another dovecot bug ?

    It seems that during the upgrade, Plesk restarts dovecot before updating all the config files, which is bound to fail. Rookie mistake. Makes one wonder whether there are any experienced developers left at Plesk.
  3. M

    Issue Plesk- Wake up please!

    YOU GET PAID FOR DOING THAT. Today I got woken up by a phone call, while sick at home, that email doesn't work. Logged in and found: Nov 03 03:18:20 sourcetronic.com systemd[1]: Starting Dovecot IMAP/POP3 email server... Nov 03 03:18:20 sourcetronic.com dovecot[1780787]: doveconf: Fatal: Error...
  4. M

    Issue ERROR: Dr.Web Updater: failed to download files ! return code 105

    And maybe change the time, or that poor server will be DDoSed by all the plesk installations ...
  5. M

    Issue imunify360-testing.list.example

    That's just a Notice. Error would start with E:, as above. Do you have immunify360 installed?
  6. M

    Issue ERROR: Dr.Web Updater: failed to download files ! return code 105

    Since I changed the IP to 85.10.234.30, I didn't get any further errors.
  7. M

    Issue ERROR: Dr.Web Updater: failed to download files ! return code 105

    The server is at hetzner's datacenter in Falkenstein, Germany. The working drweb server 85.10.234.30 is in hetzner's datacenter in Nuremberg. I don't think increasing the log level will be of much help since 103 is a connection issue where the connection already fails at the TCP level - some of...
  8. M

    Issue ERROR: Dr.Web Updater: failed to download files ! return code 105

    Unfortunately it didn't for me - but now I got return code 103 which, according to /opt/drweb/update.pl, is EXIT_STATUS_CONNECT_ERROR => 103, Worse is that I keep getting this error even now running /etc/cron.daily/drweb-update manually. Update: I checked all the round-robin IPs of...
  9. M

    Issue ERROR: Dr.Web Updater: failed to download files ! return code 105

    You're looking in the wrong place. cron has two ways to start things: The per-user crontab and the system-wide /etc/crontab, which in turn runs the scripts in /etc/cron.hourly, daily, weekly and monthly. At the start of the line for cron.daily, I changed 25 6 to 40 5 for 5:40. Please do not use...
  10. M

    Issue Something is blocking PayPal IPN requests

    Try tcpdump port 443 and net 173.0 while PayPal is supposed to connect. If that doesn't output anything, you know that the packets don't even reach your server, and you should ask Strato.
  11. M

    Issue ERROR: Dr.Web Updater: failed to download files ! return code 105

    Randomizing the update time should sort it out too. Mass changing to another server will only perform what essentially looks like a DDoS on that other server. If Plesk wants to keep using a fixed update time, Plesk should take care of proxy-caching the files on their own servers.
  12. M

    Issue Potential issue with OCSP stapling

    Why? A certificate is simply invalid outside its specified validity interval. If you renew a certificate, the old one isn't explicitly revoked, it simply runs out. This might be true if you only see the certificate as a way to, together with PFS, encrypt communication so that not just anyone...
  13. M

    Issue Potential issue with OCSP stapling

    That's not what I heard. What I understand how it went like (see also OCSP stapling - Wikipedia): Early SSL-supporting browsers only checked the certificate chain. Checking the certificate status requires extra data. If the browser connects somewhere to check the validity, in this case the CA's...
  14. M

    Issue Potential issue with OCSP stapling

    Isn't OCSP Stapling explicitly designed to prevent the CA gathering user information, which it would get if each browser would have to connect some revocation database on their own instead of the webserver doing it for them and deliver the recent revocation status stapled to the certificate, so...
  15. M

    Question clobbered PHP-CLI after apt upgrade

    But you don't have the package php7.4-cli installed? That's the one plesk wants to run in that script because it thinks it is there as there obviously is an /etc/php/7.4 in your system, otherwise it wouldn't try to run that part.
Back
Top