• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Recent content by peterbinsje

  1. peterbinsje

    Question Composer in Plesk not working with github private branch in cmd it works

    I am receiving this notification in the Plesk browser when i click on composer install : i change Myname and myrepo! Failed to clone the [email protected]:Myname/myrepo.git repository, try running in interactive mode so that you can enter your GitHub credentials In Git.php line 473: Failed to...
  2. peterbinsje

    Question Composer in Plesk not working with github private branch in cmd it works

    Using Composer via the command line works fine. I execute it with the command 'sudo -u <username> /opt/plesk/php/8.2/bin/php /usr/lib64/plesk-9.0/composer.phar install or update'. I can then input a token from github.com because I have a repository that I want to pull. However, when I try to do...
  3. peterbinsje

    Input How to install ImageMagic 6.9 on Plesk Centos 7 PHP 7.4 & PHP 8.0

    I have done everything it seems to work but how do I get support for webp images? PHP info: imagick imagick module enabled imagick module version 3.7.0 imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel Imagick compiled with ImageMagick version...
  4. peterbinsje

    Resolved Dkim hotmail failed but gmail etc past

    the problem was that hotmail convert the € difrent then phpmailer does. So the dkim body check was false in hotmail. Strange is that gmail has no problem.
  5. peterbinsje

    Resolved Dkim hotmail failed but gmail etc past

    When i send mails to Hotmail the first DKIM tells me : Authentication-Results: spf=pass (sender IP is XXX.XXX.XXX.XX) smtp.mailfrom=domain.nl; outlook.com; dkim=fail (body hash did not verify) header.d=domain.nl;outlook.com; dmarc=pass action=none header.from=domain.nl; Received-SPF: Pass...
  6. peterbinsje

    Question PHPMAILER option DKIM location private key

    thanks, i understand its not working like opendkim plesk has it own system. PHPMAILER needs a private key. Does not work, or is there a other solutions for ?
  7. peterbinsje

    Question PHPMAILER option DKIM location private key

    PHPMAILERS has options to add DKIM header so you can send email with dkim signature without to use the smtp method. Dkim is install in plesk 17.5.3 but where can i find the private key ?
Back
Top