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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
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...
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...
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.
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...
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...
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...
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...
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.
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...
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 ?
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 ?