• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Recent content by Mikhail_S

  1. Mikhail_S

    Issue Laravel app install error

    Hello @oim37 It seems there should be an adjustment not to Plesk's PHP configuration but to Composer itself. I would suggest trying this article: Composer installation/update fails on a Plesk server: Allowed memory size of X bytes exhausted This matches with the advice:
  2. Mikhail_S

    Issue mailman3 web-interface: Link missing in mail, 404 when clicking "manage list" in plesk

    I would like to say that there is also the default state. I have the same on a test server: <IfModule mod_proxy_uwsgi.c> ProxyPass /mailman3/favicon.ico ! ProxyPass /mailman3/static ! ProxyPass /mailman3...
  3. Mikhail_S

    Question Certificate for email (Domain)

    Oh, yes. With Courier, SNI will not work as well. It is only Postfix+Dovecot on Linux servers.
  4. Mikhail_S

    Question Certificate for email (Domain)

    Hello @KlausZ I would assume the servers are not identical and the issue is caused by the fact the server has Qmail as its mail server. SNI is supported for Postfix only. Some details can be found here: How to assign an SSL certificate per domain to secure the mail server in Plesk (SNI support)
  5. Mikhail_S

    Resolved Upgrade 18.0.62 to 18.0.64 fails

    Hello @godfather21 The package python36-PyYAML is expected to be installed on a CentOS server. This package is usually installed alongside the general python36 package. For instance, here is an example from a fresh CentOS 7 server: # rpm -qi $(rpm -qa | grep 'python36-PyYAML') Name ...
  6. Mikhail_S

    Question Hackers are sending tons of mails

    Hello @MrPleskLearner I would suggest taking the following recommendations first: What are spam outbound protection recommendations on Plesk for Linux Under the Additional manual actions, there is also the article that contains instructions on how to check if any script sends emails from the...
  7. Mikhail_S

    Issue Duplicated emails

    If you are already in touch with the Plesk Technical Support team, I would suggest waiting for the results of their investigation. Otherwise, we need more details to check the issue further.
  8. Mikhail_S

    Resolved Smart static files processing can't be set

    Hello @Daveo I would suggest enabling the Debug mode and checking the /var/log/plesk/panel.log for any records when you tick the checkbox of the option. That should shed more light on the issue.
  9. Mikhail_S

    Issue Duplicated emails

    Hello @tpitserv Such issues are usually related to the issues with email delivery. For instance, the emails are not delivered correctly due to the broken/slow DNS resolution. Anyway, it is hard to say without a deeper investigation. I would take a look at the records in the /var/log/maillog...
  10. Mikhail_S

    Resolved One seperate HDD for one single domain

    Hello @mpikkis All web files are stored within the virtual hosts directory (i.e. /var/www/vhosts by default). If you need to have just one domain available from some other directory, it might be done by using symlinks. Like this: ln -s /tmp/domain.tld/myfile.txt...
  11. Mikhail_S

    Issue mailman3 web-interface: Link missing in mail, 404 when clicking "manage list" in plesk

    Hello @Jan The described behavior still looks like something customized. I have tried to reproduce that once again on a fresh Debian 12 server but to no avail. The links work perfectly well without any additional actions required. As for the Apache configuration, the IfModule directive simply...
  12. Mikhail_S

    Resolved Mailman3: Backup-Restore triggers welcome mail and takes a long time

    Hello @Jan I would like to inform you that both cases were checked and two items were confirmed for them: PPPM-14517 (Regarding the generation of many processes during a backup restoration) PPPM-14515 (About welcome message after the restoration) They will be analyzed be the development team...
  13. Mikhail_S

    Issue mailman3 web-interface: Link missing in mail, 404 when clicking "manage list" in plesk

    Hello @Jan Please let me share the details of my checks for the mentioned points: The behavior was not reproduced. The links work well, the configuration can be opened without any issues. Thus, I would assume it is somehow related to the specific configuration or is caused by some issues on...
  14. Mikhail_S

    Resolved How to install "Installing Plesk Migrator" on Plesk 18.x / Debian 10?

    Hello @jmar83 First of all, I would like to note that the documentation seems to be a bit outdated. It definitely has to be updated. The menu item is Updates (it was called Updates & Upgrades): It will open a new window: Migrator will be there: However, it can be installed easier...
  15. Mikhail_S

    Resolved Plesk CLI: list service plans

    Hello @pmg The utility plesk bin service_plan does not have the option to list all the plans. However, they can be fetched from the database: # plesk db "select id,name,owner_id,type from Templates" +----+------------------+----------+----------+ | id | name | owner_id | type |...
Back
Top