• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Recent content by ChristophRo

  1. 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?
  2. 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...
  3. 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...
  4. 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...
  5. 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)
  6. 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
  7. 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...
  8. 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...
  9. 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...
  10. 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>
  11. 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...
  12. 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
  13. ChristophRo

    Resolved Plesk 18.0.68 - TypeError on Customer login

    Just a warning/heads-up for you guys. After upgrading to 18.0.68, some of our customers can no longer login to the panel, as it throws an error message. (also happens when we try the "Log in as Customer") So far we have no clue, what circumstance triggers that problem, as most customers are just...
  14. ChristophRo

    Question Migrating Emails:from Roundcube (Separate Hosting) to SogoMail (Plesk)

    I do recommend Official imapsync migration tool ( release 2.290 ) And then use it like this (your desired options may vary): ./imapsync --host1 old.server.name --user1 [email protected] --password1 'P4sSw0rd' --host2 new.server.name --user2 [email protected] --password2 'P4sSw0rd' --automap...
  15. ChristophRo

    Resolved Optimize with Performance Booster

    The Performance Booster does disable open_basedir (i.e. set an empty value) as open_basedir can significantly hamper the performance of a website. That being said, even without the Performance Booster extension, Plesk nowadays seems to disable open_basedir for newly created websites per...
Back
Top