• 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

Search results

  1. M

    Issue Nginx caching cause too much redirections

    ISTR there was something about nginx caching pages regardless of protocol, so if a page was first accessed with http, all the links and ressources of the cached page will be wrong when accessed with https, and vice versa ... no idea whether that's still a problem Having varnish between nginx and...
  2. M

    Issue Monitoring: All graphs empty, error="request handler error: [plugin.notRegistered] plugin not registered" in log

    Hi, in Monitoring I only see empty graphs: I first noticed this after upgrading from debian 9 to 10 and then to 11. There are no errors about grafana or monitoring logged in panel.log, only four [2023-04-13 00:00:01.829] 1920545:643729e1ca6ea ERR [panel] Unable to get key: Repository is not...
  3. M

    Resolved IMAP not working with STARTTLS or SSL/TLS Mailserver Dovecot Problem

    Just curious: Do pop3 or SMTP work with SSL?
  4. M

    Resolved Unable to get key: Repository is not opened

    Does this happen when registry.xml grows too big? It was 65768 bytes here (just over 64KB), and after removing and retrieving it has just 950 bytes.
  5. M

    Resolved SECURITY - attack surface : ports 7080 and 7081

    We proxy through nginx for a reason. Apache in general is slower than nginx, so attacking apache directly puts more load on the server. Best practice is that attack surface should be minimized. Services that don't need to listen on a public IP shouldn't. Apache might have different...
  6. M

    Resolved SECURITY - attack surface : ports 7080 and 7081

    Do you have the Plesk firewall active? It is not enabled by default. And apache2 itself binds to any IP as visible with netstat, while in /etc/apache2/plesk.conf.d/ip_default or vhosts the domains are bound to the IPs, which is completely unnecessary for domains cached by nginx. If no domain is...
  7. M

    Issue Brute Force Attack - Postfix - Mail

    I usually use grep "SASL LOGIN authentication failed" /var/log/mail.info |cut -f 5 -d ":"|sort|uniq -dc and null-route the more obnoxious ones with route add -net 194.55.224.0/24 lo if there are several in the same net or route add -host 195.133.40.157 lo for single hosts.
  8. M

    Issue Plesk migrator - authentication failed

    And ssh from a shell on the target server works too?
  9. M

    Resolved NO_PUBKEY BD11A6AA914BDF7E

    Okay, I think I know what happened: Starting with the upgrade to 18.0.49, plesk explicitly pins the pgp key for the plesk repositories: add line 'deb [signed-by=/etc/apt/keyrings/plesk.gpg] http://autoinstall.plesk.com/pool/PSA_18.0.49_10759/ bullseye all' to temporary source list...
  10. M

    Resolved rel="canonical" response header is lost between Apache and Nginx proxy

    Does the request even reach apache or does the pagespeed module in nginx deliver this?
  11. M

    Question remove legacy authentication protocols, such as POP3 and IMAP

    well, taking that literally, I'd remove support for unencrypted POP3/IMAP and keep POP3S/IMAPS. Sending passwords over unencrypted connections is a huge security risk anyway, so the insurance companies aren't exactly wrong about this, they just could have worded that better ...
  12. M

    Resolved NO_PUBKEY BD11A6AA914BDF7E

    And btw, plesk still doesn't show dist-upgrades. /admin/pum/updates-list says All packages are up-to-date Checked on Mar 30, 2023 10:47 AM but apt-get upgrade says The following packages have been kept back: linux-image-amd64
  13. M

    Resolved NO_PUBKEY BD11A6AA914BDF7E

    Well, it doesn't. It supports x86_64. There seems to be some confusion about arch vs. os_arch. This is not a debian key issue however, but a plesk pgp key issue, as all the repositories involved are plesk's. Maybe a leftover from the botched grafana key update? It seems plesk itself messed...
  14. M

    Question DNS for server hostname

    This is a problem with mxtoolbox. They expect mail to be on a subdomain even though there is nothing in the relevant RFCs that would support such an requirement.
  15. M

    Question SSL error when accessing mail.example.com

    Just curious, what are you expecting to access at https://mail.example.com/?
  16. M

    Question can you somehow view emails, like on webmail somehow, for a domain that removes the DNS?

    Putting the relevant name(s) like webmail.domainA.com into the client's /etc/hosts or %WINDIR%\System32\drivers\etc\hosts works too.
  17. M

    Issue Migration & Transfer Manager, no space left

    Could it be that you have an automatic backup configured on the target that started during the migration?
  18. M

    Issue Problem with [Grafana] Update

    Same here. Plesk seems to have updated normally at 6:35 as usual, but a manual Recheck now resulted in "The System Updates tool is already installing updates in automatic mode. Please try later." which is at least misleading. apt-get update shows a message similar to OP's but with the 1298 on...
  19. M

    Issue Migration & Transfer Manager, no space left

    I thought it uses rsync?
  20. M

    Issue EXTREMELY frustrating, emails keep being kicked back, DKIM, DMARC, and SPF setup

    Clients will refuse to connect to imaps or pop3s when the certificate does not match or doesn't even exist, and you shouldn't ever connect without SSL because your password WILL be stolen that way.
Back
Top