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/
Hello,
I would like to use WinSCP to download and analyze the mail server logs /var/log/maillog* on my Windows system.
I can easily access the files with Putty and also run a grep.
However, when I try to download the files with WinSCP I get "scp: maillog: Permission denied".
Does anyone have...
Hello,
I have been using the following function on our old IIS:
We read events out of a database and provided them to users as .ics files (webcal://mydomain.com/calendar.ics).
These .ics files have generated themselves automatically via PHP. So the .ics files were written in PHP, when opened...
I was able to solve the problem myself in the meantime:
The host must be set to "localhost" and must not point to the IP or domain name, even if remote access to the DB is enabled.
Hello,
I have moved my website from my old hoster with MySQL to Plesk with MariaDB. I have mounted the database correctly and can also see it via PHPMyAdmin.
In my db_conect.php script I only changed the connection data in this script
<?php
$mysqlhost='1.2.3.4'; // MySQL-Host angeben...
Hello,
we need some mailinglists for our domain and we would like to import the recipients with a script from a text file.
In our first tests we used the mailinglists of MailMan. But the administration of MailMan is actually much too complex for us.
In fact, single mailboxes with integrated...
Hello,
we receive the delivery reports for our emails in a summarized form. So when we send a message to 5 recipients, we receive a delivery report in which all recipients are listed, even if they are different domains and companies.
For privacy reasons, we would like to receive a separate...
Hello,
we have a problem with the catch-all mailbox we created in Plesk.
We are using a Pop3 Connector to retrieve mails from this mailbox and distribute the emails locally to the Exchange.
Unfortunately the Plesk behaves differently than expected.
When we receive an email that is send to two...
Hello,
we are using catch-all function for a domain in Plesk. I have defined that mails to unknown recipients are forwarded to the catch-all mailbox catchall@domain.com.
The mailbox catchall@domain.com is fetched by a Pop3 Connector (PopCon) and mails are delivered to Exchange.
Now I have the...
Hello,
I have already converted several wordpress sites in my Plesk with the Migration Tool. However, I am encountering problems with one special page. The migrator connects correctly to the site, but does not recognize wordpress as an application. I can only select files and the database. I...
Hi @Monty
thank you very much for the detailed explanation.
unfortunately it took a moment until i could test it but I think this is how it works.
However, I still have a small permission problem:
If I execute the command directly in SSH terminal with SUDO, it works great.
But if I create a...
Hello Monty,
thank you for your answer. Sounds good so far.
I am unfortunately a complete newbie in Plesk. Therefore still a few questions about it:
When I generate the text file, it is in the root of the website. How do I call this text file from the script then?
Can I call your command...
Hello,
I am looking for a way to import a list of eMail addresses into the mailinglist by job.
The mail addresses are in a SQL database. But I have understood so far that there is no direct way to do this.
But I could of course write this list via PHP into a .txt or similar.
Can I import this...
Thanks Peter,
that is strange. From some clients it works. On one I had to select port 25 with SSL. I can't quite figure it out yet, but basically it seems to work at least. Thanks.