• 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. 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)
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. 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>
  7. 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...
  8. 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
  9. 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...
  10. 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 xyz@domain.com --password1 'P4sSw0rd' --host2 new.server.name --user2 xyz@domain.com --password2 'P4sSw0rd' --automap...
  11. 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...
  12. ChristophRo

    Issue Using old php versions in the latest version of Plesk (5.4,5.6 and etc.)

    For Debian12 you can follow the instructions in the old post of mine: - Question - How to install PHP 5.6.40 on Plesk 18.0.58 and Debian 12.4? For Ubuntu you would need to adapt part one (adding repositiory) according to: ***** The main PPA for supported PHP versions with many PECL ext... ...
  13. ChristophRo

    Issue Using old php versions in the latest version of Plesk (5.4,5.6 and etc.)

    if it runs on PHP 5.4 it will also run on PHP 5.6 - trust me on this and for PHP 5.6 there are plenty of easy methods to get it running on a Plesk server (at least for Debian and Ubuntu)
  14. ChristophRo

    Issue Google put every mail into SPAM

    The DKIM signature of this email was wrong (according to your screenshot), so what do you expect your server should be doing with this message? What I don't really get, is what DMARC has to do here, as neither googlemail.com nor gmail.com have a DMARC record published. Your own DMARC settings...
  15. ChristophRo

    Question PHP 8.4 ETA ?

    E_STRICT got deprecated with PHP 8.4 (see PHP 8.4: `E_STRICT` constant deprecated) If you still use it in your configuration, it will throw an error/warning message.
  16. ChristophRo

    Issue Help needed with spam filtering

    @ciB Your first email got whitelisted and so correctly not flagged as spam. (despite the score being 11.21 and thus way above the limit of 5 that is needed to mark it as spam) So you need to check WHY it got whitelisted.... I assume that either the enevelope-from/return-path or the from...
  17. ChristophRo

    Resolved Sitejet - editing existing site shows the choose a template page

    I did not, but most of the times the customer does edit this site by themselves
  18. ChristophRo

    Resolved Sitejet - editing existing site shows the choose a template page

    We have a site that runs with the Sitejet Builder for quite some time now and worked perfectly so far. Now, all of the sudden we can no longer really edit it, as it opens the "Choose a template" site of cms.sitehub.io, instead of the real homepage. Any idea on what could be wrong?
  19. ChristophRo

    Question Wanted: Best practice for certificates (Lets Encrypt) two separate Plesk servers for www and mail

    We have no experience so far with this feature and will most likely also not gain any in the foreseeable future. Since more than 20 years, we encourage/enforce our customers to use the Plesk servername/fqdn as the name for incoming/outgoing emails and will most likely not change that policy in...
  20. ChristophRo

    Question Wanted: Best practice for certificates (Lets Encrypt) two separate Plesk servers for www and mail

    CLI cannot be used for that at the moment. The Plesk team will need to fix/adjust this CLI implementation first, in order to make it also work for email-only subscriptions. As for the problem with the greyed out button in the web GUI, I don't have a clue... The whole procedure works like a...
Back
Top