• 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 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...
  2. 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.
  3. 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...
  4. 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
  5. 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?
  6. 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...
  7. 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...
  8. ChristophRo

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

    Seems you have the DNS service for this domain enabled on your "email" Plesk server. Can you disable it and see if it works then? (should also no longer show the DANE/TLSA checkbox)
  9. ChristophRo

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

    welp, the Plesk release notes of yesterday read like they changed something that could possibly help here. I have not tested it out yet, but I assume the SSL-it extention will now try to issue a http-01 validated LetsEncrypt cert for "webmail.DOMAIN.TLD" and "mail.DOMAIN.TLD" (????) when you...
  10. ChristophRo

    Question Why i still get plesk updates for Plesk Obsidian with Debian 10?

    We do also get some updates for the one server that still runs on Debian 10. (without having ELS) But I think these are "only" updates for the Plesk packages (like new Plesk releases or extensions), but not for all the OS packages that are normally provided by Debian itself.
  11. ChristophRo

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

    let ioncube disabled (if you don't have any encoded/encrypted PHP files, you really do not need this extension anymore) try to download latest (precompiled) ioncube extension from here: ionCube Loader - Configure for your website to run protected PHP code and replace the file...
  12. ChristophRo

    Resolved Email encoding after upgrade to 18.0.65

    I can confirm this problem/bug on at least our Debian 11 servers (maybe a side effect of the PPPM-14624 fix?) Did not dig to much into the details yet, but seems to also happens on receiving emails, when they get forwarded to a second mail address. (on same server)
  13. ChristophRo

    Question How to install PHP 5.6.40 on Plesk 18.0.58 and Debian 12.4?

    apt update apt install php5.6-mysql php5.6-gd php5.6-soap php5.6-curl php5.6-mbstring php5.6-xml php5.6-xsl
  14. ChristophRo

    Issue PHP JIT not enabling with plesk performance booster

    Difference according to PHP manual: 0: Compile all functions on script load. 1: Compile functions on first execution. 2: Profile functions on first request and compile the hottest functions afterwards. 3: Profile on the fly and compile hot functions. 4: Currently unused. 5: Use tracing JIT...
  15. ChristophRo

    Resolved Search for files with JPG extension only

    Connect via SSH to your server (or use the SSH Terminal extension of Plesk) and then use: to find/list such files: find /var/www/vhosts/ -name "*.JPG" to delete such files: find /var/www/vhosts/ -name "*.JPG" -delete If you want to search (and delete) also files with .jpg, then you can use the...
  16. ChristophRo

    Question ImunifyAV alternatives

    And just for the record, we do use the paid edition of ImunifyAV on many servers. I've already migrated some over to Imunify and it really is the same, just with a different skin. (not for the best in some aspects)
  17. ChristophRo

    Question ImunifyAV alternatives

    Not quite, they merged the ImunifyAV and the Imunify360 extension into a singe extension named Imunify. Within that extension you can then use/purchase several editions and one of them is the ImunifyAV+ (that does more or less exactly what the paid edition of the old ImunifyAV extension did)
  18. ChristophRo

    Question ImunifyAV alternatives

    The "Imunify - ImunifyAV+" version/edition is the directly comparable counterpart of the current "ImunifyAV" extension. Same price and same feature set, i.e. more or less only the website malware scanning service, without all the Imunify360 baggage.
  19. ChristophRo

    Issue Intermittent 503 Errors on Plesk Obsidian (Ubuntu 22.04 LTS) with PHP-FPM Crashes - Seeking Advice

    If you have used the Plesk Performance Booster I recommend to disable the PHP 8.x Jit compiler settings again for these sites. I've seen way to many of these random "child xxx exited on signal 11 (SIGSEGV)" errors with Jit enabled, that appear suddenly after a couple hours, days or even weeks...
  20. ChristophRo

    Issue Abnormal traffic usage caused by POP3/IMAP

    maybe a stuck email in the inbox, that the client tries to download over and over again? (I've only seen such things in the past, when using POP3)
Back
Top