• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. V

    Issue Roundcube connection error when sending or saving as draft

    When replying to HTML based e-mails, I found that 'Save as draft' and 'Send' both show an error in the Roundcube front-end, saying "Connection Error (Failed to reach the server)". After checking the browser console, I noticed that the XHR request for saving as draft or sending returned a 403...
  2. V

    Resolved Roundcube permission denied caused by SELinux

    @Sebahat.hadzhi , still not seeing any mention of PPP-67607 or the issue we discussed in the Plesk release notes.
  3. V

    Resolved Roundcube permission denied caused by SELinux

    @Sebahat.hadzhi thanks. I'm not seeing any mention of PPP-67607 or the issue we discussed in the Plesk 18.0.68 release notes.
  4. V

    Resolved Roundcube permission denied caused by SELinux

    The MariaDB binary was not upgraded through the GUI. Nevertheless, your suggestion does seem to solve the issue. Thanks! I have made the SELinux context update permanent (instead of temporary with chcon), using: semanage fcontext -a -t mysqld_exec_t /usr/sbin/mariadbd restorecon -v...
  5. V

    Resolved Roundcube permission denied caused by SELinux

    Hi @Sebahat.hadzhi , yes: 2025-02-05T03:28:27+0100 SUBDEBUG Upgrade: MariaDB-shared-11.4.5-1.el9.x86_64 2025-02-05T03:28:27+0100 DEBUG Upgrading: MariaDB-shared-11.4.5-1.el9.x86_64 2025-02-05T03:28:27+0100 SUBDEBUG Upgrade: MariaDB-common-11.4.5-1.el9.x86_64 2025-02-05T03:28:27+0100 DEBUG...
  6. V

    Resolved Roundcube permission denied caused by SELinux

    The issue seems to be related to using a socket connection, because changing the following line fixes the issue in /usr/share/psa-roundcube/config/config.inc.php (real password redacted): $config['db_dsnw'] = 'mysql://roundcube:PASSWORD@localhost/roundcubemail'; Changing it as follows...
  7. V

    Resolved Roundcube permission denied caused by SELinux

    I found that after having updated to Plesk Obsidian 18.0.67 (and now to the latest 67 Update 2 as well), Roundcube webmail is showing: When looking at the Roundcube logs, I noticed: tail -n1 -f /var/log/plesk-roundcube/errors [18-Feb-2025 08:51:42 +0000]: <ed2i91dg> DB Error: SQLSTATE[HY000]...
  8. V

    Resolved Roundcube config.local.php not read

    @AYamshanov , thanks for the quick reply. After some more additional testing I have found the issue with not seeing the Archive button: during migration the Roundcube settings per mail user were not migrated (expected behavior), causing to have to manually reconfigure an Archive folder in the...
  9. V

    Resolved Roundcube config.local.php not read

    Username: TITLE Roundcube config.local.php not read PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Product version: Plesk Obsidian 18.0.65.2 OS version: AlmaLinux 9.5 x86_64 Build date: 2024/11/22 08:00 Revision: 738ea4038904b53a068e522aa7c64390f4f29d5f PROBLEM...
  10. V

    Farewell post

    Hi Igor, All you have done on the forum is much appreciated, many thanks for helping me and other members to a quick solution wherever possible. All the best in your future endeavors as they say, hoping the decision was based on steering towards brighter prospects!
  11. V

    Resolved PHP Warning: unlink(/usr/local/psa/var/modules/watchdog/report/security_2022-01-31): No such file or directory

    That's what I tried to explain, but I appreciate the extra clarification. :)
  12. V

    Resolved PHP Warning: unlink(/usr/local/psa/var/modules/watchdog/report/security_2022-01-31): No such file or directory

    Quick update: I have searched the Plesk release notes for PPPM-13914 but couldn't find any occurrences. Nevertheless, I haven't encountered the PHP warning since starting this thread. So I guess something must have been fixed. When I perform the query with file check @Strangelove suggested, I...
  13. V

    Resolved PHP Warning: unlink(/usr/local/psa/var/modules/watchdog/report/security_2022-01-31): No such file or directory

    Dear Plesk team, On Jan 29th, I noticed the following cron error: PHP Warning: unlink(/usr/local/psa/var/modules/watchdog/report/security_2022-01-24): No such file or directory in /usr/local/psa/libexec/modules/watchdog/cp/clean-reports on line 11 Today, I received a similar cron error: PHP...
  14. V

    Question Roundcube 1.5

    Hi @IgorG, Why is Roundcube 1.5 not available for CentOS 7 with MariaDB 10.3 (or higher)? Roundcube 1.5 should be able to support MariaDB 10.3, right? Thanks!
  15. V

    Forwarded to devs Quick access option to extensions catalog is not working anymore

    @IgorG , I found the following: # grep '<version>' /usr/local/psa/admin/plib/modules/catalog/meta.xml <version>1.16.1</version> Unfortunately the issue is still present and it has been almost a year now since the above bug report. Quick access for extensions has been available before, so...
  16. V

    Resolved How to get domain mail service enabled/disabled from Plesk database?

    Thanks, @IgorG ! I got some NULL values from domains that have mail disabled, though: MariaDB [psa]> SELECT d.name,ds.type,ds.status FROM domains d LEFT JOIN DomainServices ds ON ds.dom_id=d.id AND ds.type='mail'; +------------------------------+------+--------+ | name |...
  17. V

    Resolved How to get domain mail service enabled/disabled from Plesk database?

    I'm trying to populate a list of all domains (and aliases) that have the mail service enabled in a script. Though it's possible to walk through domains and domain aliases using plesk bin domain --info example.com | grep -E 'Mail service:\s*On', this is slow and inefficient compared to finding...
  18. V

    Forwarded to devs Quick access option to extensions catalog is not working anymore

    Over 6 months later, this bug is still present in Plesk Obsidian 18.0.43.0. Quick access works on some pages (Service Plans, Extensions, WordPress, Monitoring, Profile & Preferences, Change Password and Custom Buttons (under Links to Additional Services)). However, it still doesn't work when on...
  19. V

    Issue WordPress Toolkit vulnerability report unclear

    To add to my initial report: Using Plesk 18.0.41.1 with WordPress Toolkit extension 5.9.3-6032 I just found out that when using the WordPress Toolkit through the Plesk panel, under Security > Vulnerabilities (filter) the same notices actually provide a 'Details' button that is linking to: -...
  20. V

    Issue WordPress Toolkit vulnerability report unclear

    Dear Plesk team and Pleskians, For one staging website on my Plesk server (Plesk Obsidian) I am getting the following two reports from the WordPress Toolkit extension: website URL filtered WordPress License Manager for WooCommerce plugin <= 2.2.5 - Sensitive Information Disclosure...
Back
Top