• 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. E

    Issue DKIM email control not valid

    Thank you. So I carried out tests with PhpMailer (not mail()) to be able to force authentication. It doesn't change anything. Sending via RoundCube is not good either. Always: Authentication-Results: mx.google.com; dkim=fail [email protected] header.s=default header.b=t0GdT... I...
  2. E

    Issue DKIM email control not valid

    Hi all, I configured DKIM for a domain via Plesk ("use the DKIM anti-spam system to sign outgoing emails"). The entries are in the DNS. > default._domainkey.mydomaineB.com ==> v=DKIM1; p=MIGfM..... > _domainkey.mydomaineB.com ==> o=- > _dmarc.mydomaineB.com ==> v=DMARC1;p=none;rua=mailto...
  3. E

    Issue Plesk API / Commands

    Hi all, I'm looking to use Plesk's Rest API to retrieve information from a domain's Let's encrypt certificate. I can't find much documentation but it seems possible with "/api/v2/cli/extension" but I can't find it in Tools & Settings > Remote API (REST) (under “Server Management”). For "cli" I...
  4. E

    Question Plesk API / Dns access ?

    Hi all, Is it possible to use the Plesk API to access a domain's DNS entries (add/modify/delete)? I can't find any documentation on this. Thank you. Erwan
  5. E

    Issue Amazon S3 backup / multi-part upload ?

    This is a solution on the Plesk side (and it works) but it does not use the Large Object MPU functionality.
  6. E

    Issue Amazon S3 backup / multi-part upload ?

    Hi all, We want to use storage S3 OVH with Amazon S3 backup extension. The connection is successful but we get the following error message when we want to store the backup server: Unable to create the remote backup: Transport error: Extension transport: ext://s3-backup/server/: Error executing...
  7. E

    Question yum update conflict

    Solve with: #dnf install iptables-nft --allowerasing Install nft and erase legacy.
  8. E

    Question yum update conflict

    Hi all, We have servers with Plesk / Almalinux 9. When we try to do a yum update, we get the following message: # yum update Last metadata expiration check: 2:51:22 ago on Mon Sep 9 06:01:22 2024. Error: Problem 1: package iptables-legacy-1.8.10-2.2.el9.x86_64 from @System requires...
  9. E

    Issue Firefox / OpaqueResponseBlocking

    Hi all, I have a website (www.mydomain.com) and another website with data / images (data.mydomain.com) ont he same server under Plesk. All works fine with Chrome and Edge but with Firefox, image don't displayed. In the console, there is: A resource is blocked by OpaqueResponseBlocking, please...
  10. E

    Question Php-fpm / Must reload if update symbolic link

    Hi, Sorry for my late answer. The problem actually comes from "opcache". If I deactivate it in "Performance booster" (JIT, realpath cache...), the modification works. So I was thinking of using the PHP opcache_reset() function. But I have a few questions: - if this function is called in a...
  11. E

    Question Change tmp backup directory

    So Here is the error message from the saved state (S3 backup): Error: Unable to run the backup agent: PHP Warning: file_put_contents(/var/lib/psa/dumps/domains/mydomain.com/backup_info_2405310841_2406032111.xml): Failed to open stream: No space left on device; File...
  12. E

    Question Change tmp backup directory

    Ok. And using a symlink from /tmp to /var/www/vhosts/mydomain.com/data.mydomain.com/backup_server_tmp and excluding /var/www/vhosts/mydomain.com/data.mydomain.com/backup_server_tmp from the backup ? How do I know what minimum disk space is necessary for the backup process to be carried out (for...
  13. E

    Issue OpenSSL 3.0 / PHP 7.4

    Hi all, We migrated a website under PHP 7.4 (yes the now obsolete version) to a new server (Centos 7.9 to Almalinux 9.4). We have problem with OpenSSL. The installed version is 3.0. However, it is not compatible with PHP 7.4. # /opt/plesk/php/7.4/bin/php -i | grep "OpenSSL" SSL Version =>...
  14. E

    Question Change tmp backup directory

    Hi all, We have just set up a new server with 2 disks: a basic 400G SSD, a classic 6T for a data site (/var/www/vhosts/mydomain.com/data.mydomain.com - currently with 1T of data). We have scheduled a data backup to a remote S3. Everything works well except the 1st backup once the data has been...
  15. E

    Issue Extension Amazon S3 Backup / error remote storage

    I didn't know Wasabi. It tried. It works perfectly with them. I'll see about using them eventually. For Scaleway, I tried /xx, /xx/, xx/... always the same result. Thank you SalvadorS!
  16. E

    Issue Extension Amazon S3 Backup / error remote storage

    Hi all, I try to use Amazon S3 Backup extension with S3 Scaleway but it doesn't work. My parameters: Service provider: Custom API Endpoint URL: https://my-backup.s3.fr-par.scw.cloud Login (Key): <MYKEY> Password (Secret): <MYSECRETKEY> Bucket: my-backup Path: backup-514/ When i try to save, i...
  17. E

    Question Php-fpm / Must reload if update symbolic link

    Hi all, We have a website installed on two instances with Plesk and shared storage. It uses PHP FPM and the website directory is: /var/www/vhosts/mondomain/current/. "current" is a symbolic link that points to a version (currently after e.g. "release/1"). Everything works fine. The problem...
  18. E

    Question Loadbalancer solution / http/2

    Hello everyone, We implemented a loadbalancer for a project with a service provider. However, we realized that it only worked in http/1 and that it does not allow http/2. Do you know of an external loadbalancer solution that we could use while keeping the infrastructure behind (therefore...
Back
Top