Feature Suggestions
Please provide here your suggestion for new functionality for Plesk. We encourage you to review and vote for suggestions of others. The top-ranked suggestions are likely to be included in the next versions of Plesk.
Please write in English so that voters from all over the world can read and support your request.
Off-topic posts will be removed from here
2092 results found
-
I want an interface to set transport_maps for Postfix
Please set the default transportmaps in main.cf to "hash:/etc/postfix/admin/transport" so that the server administrator can set transportmaps.
[current situation]
transportmaps = , hash:/var/spool/postfix/plesk/transport
[Functional improvement]
transportmaps = , hash:/var/spool/postfix/plesk/transport,hash:/etc/postfix/admin/transport1 voteThank you for your idea! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-- PD
-
Restart Litespeed webserver automatically after wordpress installation or cloning.
Based on the following article, Litespeed does not restart automatically after WordPress installation:
https://support.plesk.com/hc/en-us/articles/12376957323543Please allow functionality to automatically restart Litespeed after installation or cloning of a WordPress Instance.
1 voteThank you for your input. Restarting the LiteSpeed webserver could lead to a brief downtime, which is something that might not be desirable by users. Could you please provide us with more information on why you require automatic restart upon a WordPress installation/cloning?
Thank you in advance.
-- SH
-
Advisor that finds the cause for high CPU usage automatically
My server sometimes suffers from or even crashes from high CPU usage. I'd like to have an advisor like the Security Advisor, but for automatically telling me which service or website causes the high cpu usage. It would be best if that advisor could also check webserver logs automatically, if it finds that for example the PHP cpu load is high in a website.
1 vote -
Add mail security features
Allow us to enable some e-mail security features for each e-mail account like ...
- Removal of any attachement
- Removal of any hyperlink (except images)
- Set a clear warning text like "DON'T TRUST THIS MAIL" in red/bold to be injected in each mailThank you ...
1 voteThank you for your idea! We will consider this functionality in upcoming releases if it will be popular. Meanwhile please also try the Plesk Premium E-Mail extension that offers more email functionality from the beginning: https://www.plesk.com/plesk-premium-email/
Everyone, please continue voting for this feature if you consider it important.
-- PD
-
Fail2Ban option to apply custom firewall rule to banned IPs
It would be great to have an option in Fail2ban to send the blocked IPs directly to a Custom Firewall Block Rule, to block these IPs permanently.
1 vote -
Show upper level restrictions upon service plan
Some method that automatically reflects upper level restrictions in reseller's own service plans; meaning that such reseller doesn't need to contact the server administrator to guess what exactly was restricted to him.
1 vote -
We would like to have different email addresses (custom ones, not customer, reseller or administrator) set for Plesk notifications.
We would like to have different email addresses (custom ones, not customer, reseller or administrator) set for Plesk notifications.
1 vote -
Plesk email security reset statistics
Need a feature to reset Plesk email security statistics. For example, a button to clear tables (msgs; msgrcpt;)
There is currently a workaround:
Truncate tables (msgs; msgrcpt;statsaccounts;statsdaily_volume;) via SSH or GUI (PhpMyAdmin) from the database "emailsecurity".
# plesk dbUSE emailsecurity;
TRUNCATE TABLE msgs;
TRUNCATE TABLE msgrcpt;
TRUNCATE TABLE statsaccounts;
TRUNCATE TABLE statsdaily_volume;
TRUNCATE TABLE stats;1 vote -
Add support for djbdns / tinydns
Add support for djbdns / tinydns - export each domain's DNS records into a plain text file that gets then copied to separate (stand-alone) DNS server(s) running djbdns / tinydns. The DNS services do not and should not run on Plesk servers themselves, but rather on separate stand-alone servers. Export each domain's DNS zone into domain.com.txt filename.
The text file synchronization can be done either automatically by Plesk, or a simple cron job to automate replication to 2+ djbdns servers, where the files are added, or if a domain.com.txt exists, overwrite it and comile/publish djbdns data.
(we've been using djbdns…
1 voteThank you for your idea! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-- PD
-
Define maximum number of saved backups in Service Plan
As an administrator you currently can define the maximum number of full backups to store. This maximum number applies to all backups, stored locally or remote.
This is a feature request for:a) defining a separate maximum for locally stored backups and a separate maximum for remotely stored backups. b) as well defining those maximum numbers in service plans.
The option to define the maximum number of stored backups in a service plan would allow administrators to fulfill backup needs on a per customer basis. And even sell additional backups to customers who might have a need for much longer backup retention.
Defining a separate maximum value for local and…
1 voteThank you for your idea! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-- PD
-
No website creation pop-up for domain under subscription or service plan with hosting disabled
Skip pop up for website creation when adding domains if the subscription selected or service plan has hosting disabled.
1 vote -
Customize Plesk Premium Email Logo and Footer
Currently, the means are available to edit it. But not an administrator interface, fast and simple, in order to be able to sell the service as a reseller or simply as an end user. Since it is a paid service. They should add more plugins like this.
1 voteThank you for your idea! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-- PD
-
create a mail setting so that messages from a specific mailbox could still be queued if outgoing mail limit was reached
I have set some limits to Outgoing Mail Control. And there are times when the limit exceeds. When it exceeds, the default behavior is that sent messages will be rejected and will be bounced to the sender's inbox.
I would like to have a separate setting so I can select a specific mailbox and messages from it could still be queued if limit was reached.
1 vote -
Create and Save Custom WPTK View
Currently, WPTK doesn't save the settings if the amount of sites to display on the WPTK main site changes.
The default view is 10 sites, if I change to "ALL" and close the session, the next time it will go back to 10 sites.
WPTK should save the last view as currently Plesk does with other sites, like domains or customers.
1 vote -
Is it possible to ship plesk php versions with ZTS enabled?
The PLESK php versions are compiled without ZTS which makes it impossible to install the pthreads extension to utilize threading. In some scenarios this is a problem because there are actually long running scripts which would benefit from threading due to how php releases memory with it's garbage collector and also it would help reduce load as currently all php scripts run single threaded utilizing the cores fully without being able to split the load over the multicore cpu.
1 vote -
Ability to run plesk sbin statistics for entire Plesk Subsription or Customer instead of domains only
I would appreciate your assistance in determining if it is possible to request and calculate statistics for the entire Subscription or Customer. For instance, the user "webmaster999" has three domain names (including one random subdomain), however I have to list all domains in the plesk sbin statistics --calculate-list --domain-names= command in order to calculate their statistics. It would be easier to list only the main Subscription or a unique identifier for the Customer.
1 vote -
Make "plesk bin subscription" able to add Apache additional directives for HTTP and HTTPS
Make "plesk bin subscription" CLI command have the option to add Apache additional directives for HTTP and HTTPS. Right now, only nginx additional directives can be added via this command.
1 vote -
Manage BAN commands for Varnish cache inside Plesk
Enable an option inside plesk to manage Varnish cache ban individually per subscription.
1 vote -
Option to set RTL instead LTR text while editing Plesk notifications
Implement an option to set RTL instead LTR text while editing Plesk notifications. Useful for certain languages, like Hebrew.
1 voteThis is a valid idea. We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-- PD
-
Possibility to use the extension "Site Import" over API or CLI
It would be helpful to have the option of using the Site Import extension over an api endpoint or via cli access. This would allow the creation of automated tasks that involve it.
1 vote
- Don't see your idea?