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
1646 results found
-
Sort email accounts by size of stored data
Sort email accounts by size of stored data.
Currently the email accounts can only be sorted alphabetically by mail address. It would be helpful to sort by size of space used.15 votes -
chroot environment improvements
- Manage chroot environments from panel web interface
- Add custom user scripts for install\remove chroot for domain
- Sync files with system automatically, f.e. /etc/resolv.conf and other.
- Link database servers socket into chroot for correct mysql psql command working.
21 votesThank you for your input! 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.
—
IG -
download subscriptions, customers, domains, email to csv (excel)
On any given Plesk screen where there is a list of items like domains or email addresses add a Download as CSV button. This makes comparing items for discrepancy easier. I have seen several Cpanel versions that have this ability.
58 votes -
clone plans on customer/provider
it would be great to be able to clone the plans and transfer it on a different provider/reseller
69 votes -
Add Disclaimer to mail footer
Many mail servers have this feature. Please include in plesk possibility to add disclaimer to mail footer on specified domain.
Many Clients ask me how to add Disclaimer to mail footer automatically not from webmail.
239 votesThank you for your input. We will consider this functionality in upcoming releases. Note that Plesk supports multiple mail servers and if we are going to add this feature, it’s possible that it won’t be available for all supported mail servers at once
-
Renew a subscription
Ability to renew a subscription based on the subscription plan's configured subscription expiry date.
So if a subscription expires in ten days from now and it's subscription plan is set to expire in one year, I would like to be able to click a Renew button to extend the subscription with one more expiry unit (1 year in this case, 2 years if the subscription plan would have been set to expire every two years).
Also show renewal date in the list and sort by renewal date
71 votes -
subscription wide mailbox size
For example(now) a subscription has:
- 10 Mailboxes
- Maximum mailbox size of 100MB
So the maximum disk usage would be 1GB. but there are 2 LIMITATIONS here. first the client can't make more then 10 mailboxes.
Second the maximum size of an mailbox is 100MB. You can make them smaller but that is useless.a subscription wide mailbox size can remove these restrictions and so greatly increase the flexibility for the client. For example the subscription wide mailbox size of 1GB and maximum of 5(or unlimited) mailboxes.
the client wants:
info@domain.tld: 600MB(is logic since an info@domain is much…51 votesCould you explain why total subscription size is not enough? Why you would need a separate limit for mail content and web content?
UPD: reopened after new comments received
-
bring back "modify multiple mailbox settings"
as per:
http://forum.parallels.com/showthread.php?290993-missing-feature-change-multiple-email-settingsIn 9.5.4 it was possible to select multiple mailboxes and change their settings simultaneusly.
This is now suposed to be done through subscription plans, but there are certain settings not contemplated.For example, in a 300+ mailboxes domain I want to change each mailbox antispam setting to "move spam to spam folder" and this is not possible though the panel and I need to make a script to do it through shell.
I would like this feature to come back, like it was in 9.5.4
40 votesThis is a valid request. 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
-
164 votes
-
Add hMailserver as mailserver again
Advantages of hMailserver are:
- IMAP
- SSL (not available in free version of MailEnable)
- DKIM is easy to enable
- VBS scripts/API for managementPlease submit other specific advantages in comments
42 votes -
Limit CronJobs per User
Limit for Cronjobs per User.
26 votes -
Add limits to backup scheduling
We have some users abusing the Plesk backup functionality. For example, they schedule hourly backups with sites that are multiple gigabytes in size. When we have a couple of those users, our servers are running scheduled backups all day causing 100% IO-wait load.
It would be great if Administrator can limit the frequency of user backups, eg. a limit of once a day, once a week, once a month.
We currently disable user backup functionality to prevent our machines running backups all day.
26 votesThank you for your input, we will consider this functionality in upcoming Plesk releases.
—AK
-
Add event handlers per domain for switching mail service on/off
It'd be really useful to be able to call handlers for when the mail service for a domain is switched on/off. The only variable needed is probably the domain name. The on/off handlers should be available for both domain and subdomain.
6 votesWe've seen some increased interest in this feature and are re-opening voting for it. Please vote for this feature if you think you need an event that is triggered when mail service is turned on or off.
-- PD
-
Firewall option desination
You really need to add a rule to thlle firewall option that supports desination. There is no reason why this should have not been added.
4 votes -
Create multiple e-mails from .csv file
Add functionality to import csv files to create multiple e-mail accounts from a list in Plesk Panel
51 votesThank you for your input. We will take a look at .csv file import in upcoming releases
-
Custom URL redirects: variability of both source URL and destination URL and the ability to create more than one redirect.
It would have been amazing if plesk users and admins were able to easily and via the panel create domain redirection like you are able to do in cpanel. http://prntscr.com/1k9mql
This saves a lot of time from users and hosting companies helpdesks.27 votesIn the initital feature request it was not clear that the focus was on a regex driven, variable redirect that depends on source URLs and should be able to provide a mapping between source and target. It is also requested that these redirects shall be done on the front-end web server level, not as an Apache .htaccess solution.
We have re-opened the request as per user comment it was clarified thoroughly. 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
-
Add Firewall rule to block outgoing mail for non-Postfix / non-qmail
iptables -A OUTPUT -d 127.0.0.1 -p tcp -m tcp --dport 25 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner postfix -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mailman -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --uid-owner root -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -j REJECT --reject-with icmp-port-unreachableWould be nice to add this to the Plesk Firewall Module.
This disables malicious scripts of sending direct mail.
Other malicious mails sent through localhost (Postfix / qmail) will…
60 votes -
Prefix for FTP users
like its aleady done with MySQL Users.
54 votes -
Ability to migrate accounts from one plesk node to another
It would save huge amounts of time if the admin using the customers plesk account credentials was able to migrate the whole account from the previous hoster without needing to have root access to the server like you can do in cpanel. In order to migrate plesk customers from other companies you need to do it manually !
23 votes -
Naxsi - web application firewall for Nginx
Naxsi is an open source, high performance, low rules maintenance, Web Application Firewall module for Nginx
44 votesThank you for your input. We will review this nginx module to see if we should support it out of the box
- Don't see your idea?