• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. N

    Issue with pm_View_List_Simple while creating extesnion

    I can see following options. column-1' => array( 'title' => 'select', 'noEscape' => true, 'searchable' => true, 'sortable' => false, ) when defining a column. However I am not able to find any specific option related to...
  2. N

    Issue with pm_View_List_Simple while creating extesnion

    I am trying to build a front panel with pm_View_List_Simple. I need to have check box in every table and an action window at the top . I was able to create a table but unfortunately I am not able to create a checkbox in each table and an action window. What I need is just like the domains...
  3. N

    Edit root cron using Parallel Extension

    Nikolay, Thank you for your help. However I need to do many tasks with root privilege and editing cron job is only one of them.
  4. N

    Edit root cron using Parallel Extension

    Hello, I was finally able to find a solution. The extension works perfectly with Plesk 12.0 version. I am using pm_ApiCli::callSbin to do this. But in older versions I am getting undefined method error. The exact error is pasted below. ERROR: Call to undefined method pm_ApiCli::callSbin()...
  5. N

    Edit root cron using Parallel Extension

    I was creating an Plesk extension and I need to edit root's crontab for the extension to work properly. While doing some experiment I understand that the Plesk extension works with the permission of psaadm . So I cannot use shell_exec to do this. Is there any api or cli interface where I will be...
  6. N

    Hotlink Protection in Plesk panel

    Wow! that works great. Is there any commands for older versions of Plesk
  7. N

    Hotlink Protection in Plesk panel

    I know that Plesk provides an option to protect the websites from hotlinking through Plesk panel. But I need to enable this for all domains. I was writing a script to do the same but unfortunately I was not able to complete. To complete the same I need to have a MySQL query or a file which...
  8. N

    Catch all email not working

    Catch all email in Pesk panel is not working. I have changed the Catchall email from mail ==> change settings but still the catch all email goes to some unknown email address. Even when we put reject the email goes to some unknown location. The Postfix is the MTA used. Fix done so far run...
Back
Top