• 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 ChristophRo

  1. ChristophRo

    Question Change Apache Port

    You can change the Apache2 Port in the "ServiceNodeConfiguration" table of the "psa" database. After that you need to rebuild all webserver configuration files and should be good to go. (you can use the Configurations Troubleshooter extension for that) But just so I've mentioned it, this is...
  2. ChristophRo

    Resolved Plesk, what’s going on here? - Imunify auto installation

    The "Malware Scanner" is indeed enabled and usable in the free edition. In fact it's the only component that is available in the free edition and it gets installed on a Plesk server by default. While the "Malware Scanner" is somewhat limited in the free edition (like only one scan per month)...
  3. ChristophRo

    Resolved Plesk, what’s going on here? - Imunify auto installation

    We only used and use the Imunify "Malware Scanner" as it's very! helpful and nothing out there comes even close to the functionality and success rate of detecting malicious code on your websites. (we used ClamAV/Sophos virus scan routines, RKHunter and manual scripts before we had ImunifyAV and...
  4. ChristophRo

    Question Update Plesk 18.0.44 to 18.0.52 on Debian 10 in 2025 possible?

    Why not (dist) upgrading to Debian 11? You still get PHP 7.4 there from Plesk. Or does your software run with the bundled PHP version that the Panel itself runs with?
  5. ChristophRo

    Issue Email - How to distinguish password authentication method or connection security to connect to email?

    A current Plesk server does use/support the exact same settings/configuration as 99.999% of all mail servers on this planet. Well, OK, quite a lot do not support the MD5 stuff anymore, but AUTH PLAIN/LOGIN works literally everywhere and so that is what should be used. (Apple Mail can/does not...
  6. ChristophRo

    Issue Email - How to distinguish password authentication method or connection security to connect to email?

    Authentication Method should be set to "Password" in Apple speak (translates to AUTH PLAIN in technical terms) for both incoming and outgoing mail server. "MD5 Challenge-Response" and "MD5 Digest" may work with most servers as well, but I recommend to not use that. The "SSL" option/toggle...
  7. ChristophRo

    Issue Potential issue with OCSP stapling

    The only (negative) effect that the OCSP stapling option has and ever can have, is a warning message when reloading or restarting the nginx webserver. So yes, it may not be nice, but it will never break your system. Btw. for self-signed certificates you'll get the same warning, as these...
  8. ChristophRo

    Issue Serialization failure: 1213 Deadlock found when trying to get lock

    I've seen this error once on a server of ours as well... (but so far did not investigate it any further)
  9. ChristophRo

    Issue Plesk segfault due to error 4 in ioncube_loader_lin_7.4.so

    latest ionCube release for PHP 7.4 is v14.4.0
  10. ChristophRo

    Forwarded to devs Enabling mail service on domain as Reseller/Customer bugged

    Username: TITLE Enabling mail service on domain as Reseller/Customer bugged PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian, Version 18.0.69 Update #2 Debian 12.10 PROBLEM DESCRIPTION The Mail service of a subscription/domain cannot be enabled (properly) by a...
  11. ChristophRo

    Question Safe to enable postgrey with free Plesk Email Security (Amavis + SpamAssassin + ClamAV)?

    caveats? long delivery delays for inbound messages and you'll need to closely monitor the mail flow and manage the ever increasing whitelist for your Postgrey daemon. the practical benefit of greylisting is also pretty much non-existing nowadays... IMHO you're better off implementing...
  12. ChristophRo

    Resolved Disable output buffering

    For only one vHost, you should be able to put that config snippet into the "Additional Apache directives" option on the "Apache & nginx Settings" page in Plesk. For only a specific script...well, never done that, no clue if something with <FilesMatch> or <Location> around that config snippet...
  13. ChristophRo

    Resolved Disable output buffering

    The flushpackets option should help here, i.e. you can place the following option somewhere in the Apache2 configuration. # disable output buffering for php-fpm/proxy_fcgi <IfModule proxy_fcgi_module> <Proxy fcgi://127.0.0.1:9000 enablereuse=off flushpackets=on> </Proxy> </IfModule>
  14. ChristophRo

    Question Force same domain emails to use MX records

    Nobody and nothing does and should ever prioritize email routing based on MX over local authority! That would break all rules and regulation regarding email delivery. "split" domain scenarios can be achieved with manual re-routing rules for unknown addresses (i.e. "catchall" box) or the use of...
  15. ChristophRo

    Resolved Plesk 18.0.68 - TypeError on Customer login

    Current workaround (courtesy of Plesk support) seems to be to add the following to the panel.ini (just as an info to other affected people, looking for a quick-fix til hotfix is out) [dynamicList] enableTakeTour = 0
Back
Top