• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. peterbinsje

    Question Mails sent by plesk_virtual (local) are not delivered

    This does indeed work, so you don't need to do panel.ini.
  2. peterbinsje

    Question Mails sent by plesk_virtual (local) are not delivered

    Do I understand correctly that I can enter an existing email address using the following code in panel.ini? [notification] senderAddress=info@example.de Will the email address I specify then be delivered locally for Plesk notifications? Because this goes via plesk_virtual and not via...
  3. peterbinsje

    Question Mails sent by plesk_virtual (local) are not delivered

    My Postfix is configured to use "Zorgeloos Mailen" from TransIP, which correctly adds DKIM signatures to outgoing mail. However, when a cron job fails, an email is sent from root@[server] using plesk_virtual instead of Postfix. These emails are sent without DKIM and are therefore not delivered...
  4. peterbinsje

    Resolved System date and time change to Time zone utc +2 Amsterdam Maridb not change

    Restarting the servers was indeed the solution. Restarting the servers can only be done via the command line, as this option is not available in Plesk. Thank you for your response.
  5. peterbinsje

    Resolved System date and time change to Time zone utc +2 Amsterdam Maridb not change

    I have adjusted the server time +2 hours (Amsterdam) in Plesk. Everything seems to be working well; I also set the timezone in my PHP script. However, when I use now() in my queries, it does not include the two hours. Do I need to adjust MariaDB separately? Does that need to be done outside of...
  6. 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 git@github.com:Myname/myrepo.git repository, try running in interactive mode so that you can enter your GitHub credentials In Git.php line 473: Failed to...
  7. 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...
  8. 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...
  9. 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.
  10. 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...
  11. 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 ?
  12. 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