A few days ago my postfix service stopped working. I noticed I wasn't receiving mail for a couple days, I checked the postfix service and it shows as Active - exited. I have gone through all the steps in this thread, switching to qmail and back to postfix, restarting the VPS... Nothing is...
I believe I found the issue, for some reason I had the xpra package installed, which was referencing system-auth. I found a pointer in the direction from here: Issue - Upgrade 17.5.3 to 17.8.11 Plesk pre-upgrade check failed . I proceeded to remove this package: sudo apt remove --purge xpra -y...
I have been seeing the same error without paying too much attention to it. I don't believe I have the Acronis Backup Manager installed, so I probably have a similar but not exact issue. When I run /usr/local/psa/pam_plesk_config/pam_plesk_install -v I get almost the exact same error as you...
I just ran Diagnose & Repair -> File System [Only the Virtual Hosts files] from the GUI. One of my subdomains which is located in a subfolder of the main domain became unreachable with Nginx Permission Denied (13). I double checked the folder and file permissions from the command line and at...
I was ablel to successfully uninstall the older NodeJS via command line: sudo plesk ext nodejs --uninstall 12.22.12, without any errors. So I believe it was not in fact being used by any domains.
Even though I have enabled the nodejs extension, I'm not really using it for any domains for now. Today I wanted to uninstall some old nodejs versions to keep the server clean, but in the manager interface I can't uninstall Node 12 because it says that there is a domain using it. I can't however...
I am also looking to enable FTS in my dovecot, the web interface search is quite bad and I need a better search backend. But currently it's not possible to enable any kind of FTS in the Plesk provided dovecot:
building fts-xapian would require a dovecot-dev package which Plesk does not provide...
I recently upgraded MariaDB to v10.11. I'm not sure if this error was already present, but since I've been doing some digging in the logs since the upgrade, I've been seeing this error in `/var/log/plesk/panel.log`:
[2024-07-09 08:06:02.975] 3152662:668cd34a3e936 ERR [extension/wp-toolkit] An...
Along these same lines, I tried installing the Plesk Email Security extension a few days ago, after I had already installed ClamAv on my system. The Plesk Email Security dashboard is showing that ClamAv is not installed. Maybe because it was already installed and running as a service, so Plesk...
I have now tested that after re-creating the container, it is now correctly rotating the log file as it reaches the 10M limit. So the /etc/docker/daemon.json file is working correctly. It's not enough to restart the docker service, it is necessary to re-create the docker containers.
Currently I believe there is no way to enable log rotation for docker containers, using the provided docker plugin for Plesk.
I tried creating the file /etc/docker/daemon.json with these values:
{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
}
}...
If anyone has updated to Apache 2.4.49 or 2.4.50, please update to 2.4.51 right away. There are a couple of security vulnerabilities on Apache 2.4.49. These warnings are being sent out on the Apache mailing list:
CVE-2021-41773: Path traversal and file disclosure vulnerability in Apache HTTP...
I recently ran into an issue when updating the Content Security Policy in my nginx headers, using the "Additional nginx directives" textarea for a domain. I started getting an ERR_HTTP2_PROTOCOL_ERROR on Chrome and Edge, but not on Firefox. I couldn't for the life of me figure out why, for such...