Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
I haven’t used the newer approach for securing mail.domain.com yet, I’m still using the workaround with an extra subdomain.
If I remember correctly, there was a post from @Kaspar about this, but I’m not sure where to find it right now.
@Sebahat.hadzhi, do you know if this is documented...
It should have been fixed in version 18.0.71.
What issue are you running into exactly?
https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18071
Forwarded mails are not processed by SpamAssassin in Plesk, as they are passed on before filtering takes place.
This is why forwarding to providers like Gmail is generally discouraged, you lose spam filtering and may run into reputation or delivery issues.
It's usually better to deliver mail...
Add b.barracudacentral.org to the DNSBL checks.
Furthermore, install the KAM Ruleset for better spam detection (The McGrail Foundation - Projects):
wget https://mcgrail.com/downloads/kam.sa-channels.mcgrail.com.key
sa-update --import kam.sa-channels.mcgrail.com.key
sa-update --gpgkey 24C063D8...
There are several layers you can add to reduce spam on a Plesk server. Here's what has worked well for us:
Postfix main.cf hardening
Add HELO restrictions and sender validation. This catches a surprising amount of bot traffic before SpamAssassin even sees it:
smtpd_helo_required = yes...
I would suggest contacting Plesk support for assistance with your issue.
See information on how to get Plesk support here:
https://support.plesk.com/hc/en-us/articles/12388090147095-How-to-get-support-directly-from-Plesk
The subscription has a free trial period for 1 month, so that would be...
You need to use custom server-wide web server configuration files, as described in this guide:
https://support.plesk.com/hc/en-us/articles/12377559696151-How-to-create-custom-Apache-and-nginx-configuration-files-for-all-domains-in-Plesk
In short, the steps are:
Create a custom Apache or Nginx...
Have you seen this thread? It sounds like the issue you're having:
https://talk.plesk.com/threads/network-drops-every-12-hours-ionos.361876/post-938717
The DUMP_D path in /etc/psa/psa.conf has to point to the new location, and sw-cp-server needs to be restarted afterwards.
I wrote a small script to handle this, because the Plesk Migrator can’t work with the new location due to the “wrong” ownership of the mounted storage.
So, before migrating...
Hi @Sebahat.hadzhi,
Based on this discussion, I’ve submitted a feature request to Plesk for a Time Machine–like disaster recovery feature (restore a full server to new hardware from an existing backup).
There is no single “best” Linux OS for Plesk.
The best choice is still the one you are comfortable with and that is supported by Plesk, but be aware that each distribution has its own limitations.
Plesk publishes distro-specific restrictions (PHP versions, MariaDB/MySQL support, extensions...
Hi,
Your general approach makes sense, especially the idea of having subscription-level backups off-site so you can bring critical clients back online quickly while a full BMR is still running.
A couple of practical tips from experience:
Hetzner Storage Box
Storage Boxes work well with...
The issue is fixed in Plesk Obsidian 18.0.74 Update 3:
https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18074-mu3
Could you please install this and let us know if this solves your issue?