• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by mrclschstr

  1. M

    Issue NTP Timesync: systemd-timesyncd on Ubuntu 18.04 LTS

    I just discovered a small bug using the NTP Timesync extension with systemd-timesyncd on Ubuntu 18.04 LTS. The configured NTP servers are placed in the file /lib/systemd/system/timesyncd.conf.d/plesk.conf, which is not discovered by the systemd-timesyncd service. The correct path is...
  2. M

    Resolved Plesk repair: The following domains are assigned to already removed IP addresses.

    I can confirm that this issue is fixed with Plesk Obsidian 18.0.36. Thank you!
  3. M

    Resolved Plesk repair: The following domains are assigned to already removed IP addresses.

    Hi everyone, I have two virtual servers running Ubuntu Server 18.04.05 LTS (both up to date). Today I upgraded both Plesk Obsidian instances from 18.0.34 Update 2 to 18.0.35 Update 1 and I'm experiencing an issue running plesk repair on one of them. I usually run the repair command after an...
  4. M

    BUG: broken certificate chain with Roundcube

    Meanwhile I created a custom template for roundcube at /opt/psa/admin/conf/templates/custom/roundcube.php and added the intermediate certificate by myself in line 90: SSLCACertificateFile "<?php echo $ipAddress->sslCertificate->caFilePath ?>"
  5. M

    "Custom error documents" not working when PHP run as a "FPM application"

    Hi, adding ProxyErrorOverride solved the issue for me, thank you! Instead of adding this option via additional Apache directives to each domain separately, I created a custom web server configuration file: <IfModule mod_proxy_fcgi.c> <Files ~ (\.php$)> ProxyErrorOverride on...
  6. M

    Prefered Way to add Custom Rules in Spamassassin

    Hi all, I just want to present my solution here. I checked the file /etc/cron.daily/60sa-update and found out that Plesk/Odin just updates the filters and restarts the service. Similar to this I set up the following cronjob: /usr/bin/sa-update -v --nogpg --channel...
  7. M

    BUG: broken certificate chain with Roundcube

    That's nice to hear but just for good order I've got the following details for you: --------------------------------------------------------------- PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE Parallels Plesk Panel 11.5.30 Update #30 on Ubuntu 10.04.4 LTS (64 bit)...
  8. M

    BUG: broken certificate chain with Roundcube

    What is the proper place for my issue/bug then?
  9. M

    BUG: broken certificate chain with Roundcube

    Done :) https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/5403404-bug-with-roundcube-conf-and-missing-sslcacertifica
  10. M

    BUG: broken certificate chain with Roundcube

    Hi again, unfortunately this was not the solution. I installed my certificate (with the intermediate certificate part) again in Plesk but Roundcube still didn't provide the correct chain. I even tried to run the following commands to reinstall the certificates and to rebuild the...
  11. M

    BUG: broken certificate chain with Roundcube

    Good point! If I remember correctly I added the intermediate certificate afterwards. I'll do a quick test later.
  12. M

    BUG: broken certificate chain with Roundcube

    Hi everyone, I just registered to post my found bug here. My current configuration is: Ubtuntu Server 10.04, Plesk 11.5 and Roundcube 0.9.5 (installed via Plesk as the default webmail application) on Apache. I played around with an SSL checker (https://www.ssllabs.com/ssltest/) to test my...
Back
Top